in reply to Perl Style Guides for Large Projects
Although testing is mentioned briefly in the guides you link to I cannot emphasise enough how essential good test suites are for large projects.
Good unit, functional and acceptance tests will save you from much hassle during the development process.
I'd also recommend that you base them on the existing perl modules (Test::Harness, Test::Builder, Test::More, etc.) rather than rolling your own.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Perl Style Guides for Large Projects
by strider corinth (Friar) on Nov 01, 2002 at 15:22 UTC | |
by tachyon (Chancellor) on Nov 08, 2002 at 23:09 UTC | |
by strider corinth (Friar) on Nov 09, 2002 at 06:17 UTC |