Test Driven Code Review
By Philip ZembrodIn my quest to explore TDD I recently found another propery of TDD-written code that I hadn’t expected: When reviewing or just reading such code, it’s often best to first read the tests.When I look at new code or a code change, I ask: …