Test Driven Development – Thinking in tests.
Consider a traditional OO development mode, when a developer is given a small problem to solve. What are the steps that the developer would do to achieve the goal, .i.e. to implement a working solution for the given problem?
1. The developer would quickly do…