Search Results

0
votes

What is the downside to Test Driven Development?

The biggest problem are the people who don't know how to write proper unit tests. They write tests that depend on each other (and they work great running with Ant, but then all of sudden fail when …