I love it -- a clearly-written article describing how useful compile-time checks are for a large code base, and some guy has to chime in with the following comment: "Aren't unit tests a much more effective way of doing this? You're just using a compiler to be a (very) poor-man's unit test suite." Yeah, great idea. Write a test for every possible mistake in your code, down to individual typos.
- Joel Webber