in reply to Re^2: Perl Best Practices
in thread Perl Best Practices
Your article is so great I declared it mandatory reading for our developers and interns :) There's only one point I'd discuss, it's the "always use exceptions" rule. Exceptions suffer exceptions :), for instance for programs that mustn't die whatever happens (daemons, GUI tools for complex jobs, etc).
And concerning the 8th perl coding practice ( Always use the /x ,/m , and /s flags, and the \A and \z anchors.): could you explain it a bit?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Perl Best Practices
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 | |
by Anonymous Monk on Jul 19, 2005 at 17:55 UTC | |
|