Chapter 15. Coding Standards

Table of Contents

Shell Coding Standards
Perl Coding Standards

Indentation should be four spaces. No tabs please.

See also Message-Id: <1028238571.1085.185.camel@Arendt.Contre.COM> on the development mailing list for some rationale on coding standards.

Shell Coding Standards

Shell scripts should run -e. Shell script should be portable. Refer to http://doc.mdcc.cx/doc/autobook/html/autobook_208.html .