Daily Archives: November 10, 2009

TDD Like you mean it Part 2

Some Actual Real Tests! For these examples I will be using the Calculator Kata designed by Roy Osherove, starting with a solution containing two empty projects, the production project “CalculatorDomain” and the test project “CalculatorDomain.Tests”.   The first test The … Continue reading

Posted in Programming | Leave a comment