swissmanu

swissmanu

👤 Developer

5 repositories on SrcLog

View on GitHub
5 Repos
152 Stars
8 Forks
152 Watchers

Repositories (5)

rxjs-debugging-for-vscode swissmanu/rxjs-debugging-for-vscode TypeScript

Add non-intrusive debugging capabilities for RxJS applications to Visual Studio Code.

111
spicery swissmanu/spicery TypeScript

Runtime type safety for JSON/untyped data.

36
playground-rxjs-debugging-for-vscode swissmanu/playground-rxjs-debugging-for-vscode TypeScript

A playground to explore the debugging capabilities of the RxJS Debugging for Visual Studio Code extension.

3
mse-pa1-experiment swissmanu/mse-pa1-experiment TypeScript

This repository is part of my master's study research regarding "Debugging of RxJS-based Applications". It contains the source code for two problems used during the observational study to validate the debugging techniques software engineers apply when debugging RxJS-based programs.

1
mse-paper-debugging-of-rxjs-based-applications swissmanu/mse-paper-debugging-of-rxjs-based-applications TeX

RxJS is a popular library to implement data-flow-oriented applications with JavaScript using reactive programming principles. This way of programming bears new challenges for traditional debuggers: Their focus on imperative programming limits their applicability to problems originated in the declarative programming paradigm. The goals of this paper are: (i) to understand how software engineers debug RxJS-based applications, what tools do they use, what techniques they apply; (ii) to understand what are the most prevalent challenges they face while doing so; and (iii) to provide a course of action to resolve these challenges in a future iteration on the topic. We learned about the debugging habits of ten professionals using interviews, and hands-on war story reports. Based on this data, we designed and executed an observational study with four subjects to verify that engineers predominantly augment source code with manual trace logs instead of using specialized debugging utilities. In the end, we identified the lack of fully integrated RxJS-specific debugging solutions in existing development environments as the most significant reason why engineers do not make use of such tools. We decided to elaborate on how to resolve this situation in our future work.

1