TDD

TDD: Tests That Give Us a False Confidence of Coverage

During J.B. Rainsberger's presentation at Agile 2009 titled 'Integration tests are a scam' he suggests that having lots of integrationt tests covering our...

0 replies - 1151 views - 09/24/09 by markhneedham in News

TDD: Test Only Constructors

I wrote previously how we'd been doing some work to change the way that we get a 'User' object into our system and one mistake that we made intially was to...

0 replies - 660 views - 09/13/09 by markhneedham in News

Coding: Quick feedback

One of the most important things to achieve if we are to get any sort of productivity when writing code is to find ways to get the quickest feedback...

0 replies - 644 views - 07/21/09 by markhneedham in News

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

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 - 5723 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 - 8983 views - 10/13/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 - 3376 views - 06/30/08 by Stephen.Walther in News

Effective .NET TDD with FitNesse

In this presentation, recorded at a recent Skills Matter event, Gojko Adzic, who is a member of the FitNesse Community and author of the recently published...

0 replies - 463 views - 04/30/08 by kevinscott in Articles