Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.16 KB

Scenarios

DOI

This repository contains the scenarios (programming tasks) used to investigate the Broken Windows Theory of Software Engineering.

Repository content

  • 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.

Versions

Tags denotes different versions of the scenarios used in the study and prestudy.

Notes

  1. 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.