Robert Hurlbut's Blog

Thoughts on .NET, Security, Architecture, Agility, and Databases.

Syndication

.Company / Other Sites / Other Blogs

.NET Links

.NET Local Boston Events

.NET User Groups in New England

Blogs - .NET

Blogs - Agile

Blogs - Architecture

Blogs - CLR

Blogs - Security

Blogs - SQL Server

Blogs - System.Transactions

Enterprise Services (COM+) Resources

Indigo Resources

Microsoft Security Resources

Presentation resources

Recommended Books

Rotor Resources

Security Resources

Pair Programming, Test Driven Development continued

I found this great article on Pair Programming best practices tonight.  A couple of key items:  the programming pair should have different levels of experience in order to best work together, and the programming teams (pairs) should be in a common area in order to encourage communication with other pairs.

Currently, our development team has been working through Kent Beck's book on Test Driven Development.  I remember following this book's progress last year through the Yahoo Group testdrivendevelopment when Kent would post excepts from the book to get feedback  The book is an excellent introduction for the developer new to writing tests first, and coding methods/functions second in response to the tests.  Kent takes the reader through real applications -- almost like you are pair programming with him -- to give you ideas, tips, and tricks in writing good test code and developing first-rate software.  Great stuff!

Published Monday, June 30, 2003 9:57 PM by RHurlbut
Filed under:

Comments

No Comments