TDD

Test Infecting Your Team

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 - 4058 views - 06/12/09 by Kirk Knoernschild in News

Convince your boss to use TDD

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 - 399 views - 05/19/09 by mhevery in News

Clean Code - A Handbook of Agile Software Craftsmanship

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 - 5338 views - 03/02/09 by Burk Hufnagel in Book Reviews

Test-Driven Development in .NET

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 - 1163 views - 12/30/08 by alashcraft in Videos

Testing Code Generation

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 - 4069 views - 11/21/08 by Rob Williams in Articles

Is Code Coverage Important?

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 - 5545 views - 10/20/08 by Meera Subbarao in Articles

Why You MUST Read Clean Code

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 - 8871 views - 10/13/08 by Meera Subbarao in Articles

Build Tests While Building Applications

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 - 3114 views - 10/02/08 by Frank Cohen in Articles

Is easyb Easy?

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...

11 replies - 15287 views - 09/17/08 by Meera Subbarao in Articles

ASP.NET Design Patterns, Test Driven Development and Agile Development Book List

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 - 3325 views - 06/30/08 by Stephen.Walther in News