One of the things that I like to show people during my TDD courses, is how much easier it is to do a test review rather than a simple code review. A code review is like literally debugging the code with your eyes, trying to understand not only how it works, but what it's trying to do. The latter is much...