Hacker News new | ask | show | jobs
by cmaxwell 5051 days ago
If you skip TDD then you should make sure that you take the time to build out test cases with full coverage.

I can't tell you the number of times I have made a change then run regression testing and found unforeseen failures which I wouldn't have caught without my test cases.