DEV Community

Discussion on: What was your TDD aha moment?

Collapse
 
eljayadobe profile image
Eljay-Adobe

Three things made TDD click for me.

The Jim Coplien and Bob Martin Debate TDD.

Integration Tests Are a Scam presentation by J. B. Rainsberger.

Using the right tools that made TDD not merely tolerable... but actually fun. Those tools being .NET platform, C# programming language, Visual Studio, NUnit, and NCrunch unit test runner. And strict separation of integration tests and system tests from unit tests.