[LRUG] How can you tell if TDD was used on a project

Anthony Green anthony.green at bbc.co.uk
Wed Mar 21 01:08:18 PDT 2012


You have two projects, both with the same specification but only one of 
these projects was developed using Test Driven Development. You are 
given the source for both but with the tests removed from the TDD 
project. How can you tell which was developed using TDD?

http://programmers.stackexchange.com/questions/140737/if-you-had-two-projects-with-the-same-specification-and-only-one-was-developed-u?atw=1 


I agree with a couple of the observations:

* TDD project makes heavy use of the dependency injection pattern
* You're going to have better "seams" for decoupling in the code base

-- 
Anthony Green
Media Playout
BBC Future Media




More information about the Chat mailing list