swissmanu / mse-pa1-experiment

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Observational Study "Debugging Techniques"

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.

Commands

yarn                         # Install all dependencies
yarn start                   # Start Web Server and Open Problems in Browser
yarn test problem-1          # Run test for problem 1 only
yarn test problem-2          # Run test for problem 2 only
yarn test problem-1 --watch  # Rerun tests upon changes for problem 1
yarn test problem-2 --watch  # Rerun tests upon changes for problem 2

References

About

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.

License:Creative Commons Attribution 4.0 International


Languages

Language:TypeScript 92.1%Language:JavaScript 4.2%Language:HTML 3.6%