Search code examples
unit-testinglanguage-agnostic

How do you retrofit unit tests into a code base?


Do you have any strategies for retrofitting unit tests onto a code base that currently has no unit tests ?


Solution

  • Read Working Effectively With Legacy Code by Feathers.

    Jimmy Bogard has a good blog series on SOC.