On Fri, 2 Nov 2001, Stephen Adkins wrote:
> This is also in HTML form at
>
> http://slashcode.com/docs/slashstyle.html.
>
> I have started compiling relevant links for the P5EE style guide at
>
> http://www.officevision.com/pub/p5ee/styleguide.html
In that case, I'd remove slashstyle. It's got some really awful bits so
far:
=head2 DESTROY
All object classes must provide a DESTROY method. If it won't do
anything, provide it anyway:
sub DESTROY { }
(aka, how to wreck OO)
=head2 die() and exit()
Don't do it. Do not die() or exit() from a web program or module. Do
not call C<kill 9, $$>. Don't do it.
In command-line programs, do as you please.
(so, no exceptions???)
I stopped there.
--
<Matt/>
/|| ** Founder and CTO ** ** http://axkit.com/ **
//|| ** AxKit.com Ltd ** ** XML Application Serving **
// || ** http://axkit.org ** ** XSLT, XPathScript, XSP **
// \\| // ** mod_perl news and resources: http://take23.org **
\\//
//\\
// \\