When working on legacy code, you will face a dilemma: ideally, you should add test first before refactoring, but sometimes you need to refactor to enable the possibility of adding tests.
Share this post
Characterization Tests for Legacy code
Share this post
When working on legacy code, you will face a dilemma: ideally, you should add test first before refactoring, but sometimes you need to refactor to enable the possibility of adding tests.