December 6, 2010 2:31 PM
Posted by: Yvette Francino
TDD,
test-driven developmentI've heard from many agile experts, including Elizabeth Woodward and
October 25, 2010 4:48 PM
Posted by: Matt Heusser
agile,
STPcon,
TDD,
test-driven development,
testingMany readers will recognize Kent Beck as the co-creator of Extreme Programming, as one of the authors of the Agile Manifesto, or for
September 23, 2010 3:39 PM
Posted by: Yvette Francino
Continuous Integration,
software test,
TDDAs I was researching material needed to write, Distributed agile: Fostering development collaboration without collocation, I had the privilege of interviewing two of the authors...
March 23, 2009 1:07 PM
Posted by: MichaelDKelly
software development,
Software testing,
TDD,
test-driven developmentTest-driven development (TDD) can be the path to not having to reinvent the wheel with every new test. In the test-driven development I've done, I've found that my tests force me to write a more manageable interface over time. Early in a programming a class, I find that I can get away with...