I like the tab and indent standards.  Among other things, this makes it easier
to view and edit the source code with either vi or emacs.  The two handle tabbed
indentation rather differently, but at least they agree on what a space is.

The method naming goes against perlstyle, which I believe would suggest:

     $obj->method_name_like_this();

instead.  I think I would rather see it stay closer to perlstyle unless there's
a compelling reason to prefer mixed case?

--Wes Sheldahl



Stephen Adkins <[EMAIL PROTECTED]> on
11/02/2001 02:14:33 PM

To:   [EMAIL PROTECTED]
cc:    (bcc: Wesley Sheldahl/Lex/Lexmark)
Subject:  P5EE Style Guide


Hi,

I have grabbed the Slash style guide, removed/modified
the offending sections (exit/die, DESTROY, shift), and
created a proposed P5EE style guide.

All comments are welcome.  This is to make code consistency
possible, not to make our lives difficult.

   http://www.officevision.com/pub/p5ee/docs/P5EE/styleguide.html

Of particular note are the following.

   Tabs: none
   Indent: 4
   Line Length: 78
   Method Naming: $obj->methodNameLikeThis();

All of these are potentially volatile assertions.
Please let me know what the opinions of the group are.

Stephen
http://www.officevision.com/pub/p5ee






Reply via email to