Chapter 12. Coding Standards

Table of Contents

Shell Coding Standards
Perl Coding Standards

Indentation should be four spaces. No tabs please.

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 .