Test Driven Development vs "Plain Old Unit Testing"
Scruffy Looking Cat Herder (aka Jacob Proffitt) recently wrote Test Driven Development considered harmful. Jacob is writing about why he
believes that TDD zealots have caused people to skip unit testing altogether. I allege that Jacob is missing the boat here.
The gist of Jacob’s hypothesis has five points which I summarize:
- Unit testing provides benefits when used regularly.
- Ensuring that developers write unit tests is the prime benefit of test driven development.
- Most unit test advocates are also TDD proponents.
- Looking for information on Unit Testing? You’re most likely to find a piece encouraging you to test first.
- Many developers skip Unit Testing altogether because TDD seemed too hard or too much of a change.
Continue reading "Test Driven Development vs "Plain Old Unit Testing"" »