PSP, XP, TDD and other methodologies for solitary programmers

Terry Reedy tjreedy at udel.edu
Thu Jan 2 14:26:38 EST 2003


> I'm intrigued by TDD and have started "test first, code second" on
an
> in-progress project (a large Zope/Python monster that is a
wart-on-a-wart, a
> bag-on-a-bag).

For those who missed the reference in a recent thread, there is an
online PDF prepublication version of Kent Beck's new book Test-Driven
Develoopment By Example:

http://groups.yahoo.com/group/testdrivendevelopment/files/TDD17Jul2002
.pdf

accessible via

http://groups.yahoo.com/group/testdrivendevelopment/files/

Part II uses Python (though some indents got hosed in that version --
don't know about the published version).  I read thru it in an
afternoon and now see how I could actually do it once I make a bit
more investment in learning the details of unitttest.

Terry J. Reedy






More information about the Python-list mailing list