next prev What Works Slide #76

Coding: Test Your Bugs

Retrofitting a test suite sucks

My philosophy is to test your bugs, test new features.

Every time you find a bug, write a test for it.

Every time you add a new feature, write a test for it.

In the process, you might test a few other related things.


next prev ToC Copyright © 2002-2003 Norman Nunley & Michael G Schwern