One of the most beneficial approaches that you can take in software development is to follow a test driven development approach. While we all understand why...
1 replies - 3270 views - 11/17/09 by James Sugrue in Articles
Recently, a simple question was posed to the Yahoo Test Driven Development (TDD) group. I've seen situations where the person on a team you would single out to...
7 replies - 4134 views - 06/12/09 by Kirk Knoernschild in News
A reader asks:
My boss knows about TDD but won’t allow us to use it
because he thinks that it is just a passing hype that everyone talks
about but no...
0 replies - 424 views - 05/19/09 by mhevery in News
The chapters of “Clean Code” are grouped into three parts. As it says in the introduction, part one “describes the principles, patterns and practices of writing clean code.” Part two contains...
1 replies - 5466 views - 03/02/09 by Burk Hufnagel in Book Reviews
In this presentation, recorded by Skills Matter, Chris Roff, David Ross, and Gojko Adzic present tools and techniques for Test-Driven Development in .NET. They...
0 replies - 1212 views - 12/30/08 by alashcraft in Videos
Some things lend themselves to TDD better than others. Code generation, it turns out, scores a 10 on this front. (To some people, it‘s heresy to think that...
2 replies - 4135 views - 11/21/08 by Rob Williams in Articles
How much code coverage is enough? Do you consider having 100% code coverage an uphill task? Based on whom you talk to, the reply you get varies considerably. I...
20 replies - 5723 views - 10/20/08 by Meera Subbarao in Articles
Clean Code: A Handbook of Agile Software Craftsmanship written by Robert C. Martin is one of the best books I have read in the past few years. This is the book...
18 replies - 8985 views - 10/13/08 by Meera Subbarao in Articles
I've been doing some thinking lately about how we build and test
applications. I'm no agile
expert but I am impressed with the concepts of test-first and...
0 replies - 3150 views - 10/02/08 by Frank Cohen in Articles
I was introduced to easyb by none other than the creator of easyb: Andrew Glover. In spite of hearing and reading a lot about easyb from Andy, I never had a...
13 replies - 15811 views - 09/17/08 by Meera Subbarao in Articles
I've been collecting book recommendations on software design
principles and patterns, test-driven development, and agile
development. I wanted to share my...
1 replies - 3376 views - 06/30/08 by Stephen.Walther in News