Update:Archive/2.0/Developers/Best Practices

From MozillaWiki
Jump to navigation Jump to search

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.