The difference between TDD and Test First Development
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 […]