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.
Posts Tagged ‘tdd’
The difference between TDD and Test First Development
Posted: March 31, 2012 in Craftmanship, Test Driven Development, Unit TestingTags: code design, coderetreat, craftmanship, java, tdd, test first
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 [...]