This repository contains the scenarios (programming tasks) used to investigate the Broken Windows Theory of Software Engineering.
README.md
contains some general information about this repository.[scenario name]
Each directory represents one of the scenarios used.high_debt/[scenario name]
contains the high debt version of the scenario.*.java
the files constituting the scenario.low_debt/[scenario name]
contains the low debt version of the scenario.*.java
the files constituting the scenario.instructions.md
the instructions accompanying the scenario in markdown format.*.Java
an example solution to the scenario.
Tags denotes different versions of the scenarios used in the study and prestudy.
- If you want to run the scenario with the solution, copy the solution file(s) to the folder containing the rest of the scenario files.
If you have any questions or feel that anything is amiss, please open an issue.