Home > Archive > Extreme Programming > December 2005 > [TDD] Looking for Book Recommendations
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[TDD] Looking for Book Recommendations
|
|
| Cool Guy 2005-12-10, 10:07 pm |
| I'm a hobbyist programmer who has never really learnt the whole TDD
subject, yet does a little unit testing in C#/.NET with NUnit.
Would it be worth my while buying a book on TDD? If so, could anyone
recommend me one?
| |
| Phlip 2005-12-10, 10:07 pm |
| Cool Guy wrote:
> I'm a hobbyist programmer who has never really learnt the whole TDD
> subject, yet does a little unit testing in C#/.NET with NUnit.
>
> Would it be worth my while buying a book on TDD? If so, could anyone
> recommend me one?
Excerpts from my book appear here:
http://flea.sourceforge.net/TDD_in_a_nut_shell.pdf
http://www.zeroplayer.com/cgi-bin/w...tUserInterfaces
Please report how easily you can map their concepts to NUnit.
--
Phlip
[url]http://www.greencheese.org/Z Land[/url] <-- NOT a blog!!!
| |
| Ilja Preuß 2005-12-11, 4:07 am |
| Cool Guy wrote:
> I'm a hobbyist programmer who has never really learnt the whole TDD
> subject, yet does a little unit testing in C#/.NET with NUnit.
>
> Would it be worth my while buying a book on TDD? If so, could anyone
> recommend me one?
Get "Test Driven Development by Example" from Kent Beck. It's the best
introduction you can get.
Cheers, Ilja
|
|
|
|
|