Part 3 Temporal coupling
In the crimebox project, either open via GitHub or on your local machine, open the Part 3 - Change Coupling
folder and follow the instructions.
Remember to ask for help if you get stuck!
Temporal Coupling
Answers the question: How often are two files comitted together in the same commit?
Can be helpful when you’re working with a module and want to know what other modules probably needs to be touched. Also useful for focusing your refactoring efforts.