Skip to content

Stabilizing Legacy code

Compare
Choose a tag to compare
@mohamed-taman mohamed-taman released this 26 Sep 12:39
· 19 commits to master since this release

This Kata is about stabilizing a legacy code at hand by writing the first pin-down tests to understand its behavior before refactoring the legacy production code.

Techniques used:

  • Pin-down tests from the requirements document.
  • Pin-down tests based on code coverage.
  • Pin-down tests based on branch coverage.