When TDD Is Not The Hammer
I always tell people: When you need to add a new feature, use the TDD way. Write a test first, make small steps, and all will be well. But sometimes, we need to take other paths. I was working on a new feature last week. I already had a test Read more…