by For a long time we've (and by "we" I mean the industry) harped on test coverage. We've sold each other the idea that tests are the safety net developers need to code without fear.

Advocates of Test Driven Development even say you should write the tests before the code.

And of course, most of us have come to rely on IDEs and compilers to catch the silly, obvious stuff.

Related Articles