April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Why TDD?
nBob Martin:
n“The act of writing a unit test is more an act of design than of verification”
nConfidence boost
nBy practicing TDD, developers will strive to improve their code – without the fear that is normally associated with code changes
nIsn’t the green bar a feel good factor?
nRemove / Reduce reliance on the debugger
nNo more “debug-later” attitudes