![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re: RFC: Perl Testing -- How to Introduce to a teamby philcrow (Priest) |
on Oct 19, 2006 at 13:12 UTC ( #579352=note: print w/replies, xml ) | Need Help?? |
The single best thing I learned about testing from Schwern is to make sure that every time someone finds a bug, they write a test to show the bug before they fix it. This works at the beginning of a project if, as you add feature requests to your list, you write tests for them as you write the code to implement them.
Hence, don't get bogged down in thinking about every possible thing you could test, just get started writing some tests and write more for every missing feature or bug. Phil
In Section
Meditations
|
|