Posts Tagged ‘tdd’

TDD as if you meant it

Posted: April 26, 2012 in Test Driven Development
Tags:

I found this video about TDD, called TDD as if you meant it. And it explains very well the concept I tried to explain in my blog post about the difference between TDD and Tests First Development. It is only around 10 minutes of your time, and well worth spent.

Recently I promoted to do TDD, instead of “Tests First” development. Some people asked me what the difference is between them. In both cases we write tests first right? So what is the difference? I believe the difference is this: Test First decribes your solution. TDD describes the problem The difference could probably be explained [...]