On Wed, 12 Sep 2012 17:45:52 -0500 Tim Chase <[email protected]> wrote: > On 09/12/12 16:47, D'Arcy Cain wrote: > > And run all of your tests every day. You will sleep better at night. > > Though I usually try to do test-driven development, I confess a > fondness for Titus Brown's "Stupidity driven testing"[1] :-)
The two are not mutually exclusive. One of the benefits of proper unit testing is that while you might make mistakes, they should always be new ones. -- D'Arcy J.M. Cain <[email protected]> | Democracy is three wolves http://www.druid.net/darcy/ | and a sheep voting on +1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner. IM: [email protected] -- http://mail.python.org/mailman/listinfo/python-list
