December Code Challenge Session 2
Details
We will continue working on dependency-breaking kata.
[https://github.com/codecop/dependency-breaking-katas](Dependency Breaking Kata)
We have some legacy code. We need to make changes. To make changes, we need to introduce tests first. We might have to change some code to enable testing. We want to introduce so-called Seams (see Michael Feathers' Working Effectively with Legacy Code).
Changing code without a test is risky, so we want to
- Only change as little code as possible.
- Rely on automated Refactoring tools as much as possible.
- You must not change the public API of the class.
Join us for a mob/ensemble to work on this challenge.
