NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Absolutely! (Score:2, Interesting)
I couldn't agree more.
Being an ardent advocate of TDD, I wouldn't think of writing a line of test software before I have the tests for that test software in place. Of course, the test-tests are also software and require that tests for them be written first and those tests require that tests, well you get the idea.
Re:Absolutely! (Score:1)
The nice part about TDD is that the tests test the code and the code tests the test. That is, if you write a test, make sure it fails, write the code, make sure it passes, you can avoid most of the worry.
Writing a good test library is harder, though.
Reply to This
Parent
Re:Absolutely! (Score:1)
Re:Absolutely! (Score:1)
Oops. Heh. Spend a year writing a book on Extreme Programming. I might be permanently incapable of telling when people are serious about holding silly ideas or just joking.
Re:Absolutely! (Score:1)