Skip navigation.

Practical Testing: 11 - Moving away from the simplest thing

Practical Testing: 11 - Moving away from the simplest thing

Previously, on Practical Testing: having decided to rework the code from scratch in TDD style we fixed the tick count bug for the second time - this time the solution was cleaner and simpler. At the end of that episode we were left with a failing test. The test was for multiple timers and it failed because our TDD route was taking a 'simplest thing that could possibly work' approach and that design only supported a single timer. Today we'll fix that problem by moving nearer to a real world solution.
Posted by Len at 01:59 PM | Comments (0) | TrackBack (0) | Categories: Source Code, Testing