Everyone agrees that Test Driven Development (TDD) is a good thing, right? Right? If you agree that tests are important, you probably write a lot of tests. You might even have a code coverage tool that helps you know how much of your code is tested. Great so far. But here is my question. Are you testing the right code? Are you testing your code, or mine?
Test Your Own Code
I have been doing a lot of code reviews lately, and there is one overwhelming pattern I see repeated. There is a lot of testing being ...