Comment on Test-Driven Development Bypasses Your BrainComments−kevingadd13yHacking code to fix problems isn't unique to TDD. I see people do it all the time to codebases that don't have tests.If your goal is to fix this behavior, go for the root causes. TDD isn't a root cause for this particular problem.
Comments
Hacking code to fix problems isn't unique to TDD. I see people do it all the time to codebases that don't have tests.
If your goal is to fix this behavior, go for the root causes. TDD isn't a root cause for this particular problem.