Tagged Questions
9
votes
4answers
182 views
If I didn't use TDD but want to transition to agile, should I go back and create those unit tests?
In an transitioning agile environment, if there was no Test Driven Development (no unit tests created), should you create unit tests to catch up on technical debt? And to what extent? Should they ...