Update:Archive/2.0/Developers/Best Practices: Difference between revisions
Jump to navigation
Jump to search
m (→Introduction) |
|||
Line 2: | Line 2: | ||
== Introduction == | == Introduction == | ||
== Coding Standards == | == Coding Standards == |
Revision as of 18:57, 21 January 2005
Update: Home Page » Development »
Introduction
Coding Standards
With the understanding that the Mozilla style guide (which is an interim guide and "not set in stone") recommends 2-space indentation (and items such as a modeline for EMACS), it is still in the best interests of the project to choose the PEAR Coding Standards as our primary style guide.
An additional constraint is the need for an 80 column limit on line length.
More information will be added regarding coding methods and appliation structure at a later date.