Test Driven Testing – Red Green Refactor
One of the most popular ways the TDD process is described is referred to as the red-green-refactor cycle. Start with a failing test (red), make the test pass (green), clean up and polish so you are leaving things in better shape than when you arrived (refactor). It’s a very relatable process that can help you … [Read more…]