scrapbook.qujck.com
TDD – getting started
It’s not TDD, it’s design by example … I write a test that starts by ‘newing’ up a class that doesn’t exist. It won’t compile. (red) So, I create an empty class so it …