3,035
edits
Line 13: | Line 13: | ||
== Coding Standards == | == 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 | 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 [http://pear.sourceforge.net/en/standards.php PEAR Coding Standards] as our primary style guide. | ||
An additional constraint is the need for an 80 column limit on line length. | 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. | More information will be added regarding coding methods and appliation structure at a later date. |
edits