in reply to Re: Perl Best Practices
in thread Perl Best Practices
I find it interesting that so few of these points are Perl-specific.It's interesting you mention that. The original set of ten I had planned to use were much more Perl-centric (so much so that we wouldn't have called them "Essential Development Practices", but rather "Essential Perl Coding Practices"):
But as I started extracting these guidelines from the book, I realized that they relied on the reader understanding and accepting other, earlier guidelines, which in turn relied on other guidelines, etc. etc. The book is deliberately put together that way, so that the recommendations work harmoniously together and form a coherent approach to Perl programming. Unfortunately that made it hard to isolate just ten of the Perl-specific guidelines and still have them make sense.
That said, if you want to get a better sense of the (great majority of) Perl-specific advice in the book, take a look at the beta chapter we have online.
Things like "write tests first", "use revision control", and "no premature optimization" are almost universal recommendations......that people universally don't follow. Hence we thought these ten, though not especially Perlish, would still be a valuable reminder. ;-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Perl Best Practices
by wazoox (Prior) on Jul 18, 2005 at 10:14 UTC | |
by TheDamian (Vicar) on Jul 19, 2005 at 00:24 UTC | |
by wazoox (Prior) on Jul 19, 2005 at 14:53 UTC | |
by jplindstrom (Monsignor) on Jul 19, 2005 at 16:17 UTC | |
by wazoox (Prior) on Jul 19, 2005 at 17:29 UTC | |
| |
Re^3: Perl Best Practices
by simonm (Vicar) on Jul 19, 2005 at 00:28 UTC |