8 ms·
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
by cmaxwell 14y 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.