Confirmed users
709
edits
| Line 35: | Line 35: | ||
== Do's and Don'ts == | == Do's and Don'ts == | ||
* Use [http://pear.php.net/manual/en/pear2cs.php PEAR coding style] | |||
* Always comment your code. | * Always comment your code. | ||
** Function definition blocks at the least | ** Function definition blocks at the least | ||
** Inline comments for complex code, use your best | ** Inline comments for complex code, use your best judgment | ||
* Always put a bug # and comment in your commit messages. | * Always put a bug # and comment in your commit messages. | ||
* Don't embed HTML code in module files. | * Don't embed HTML code in module files. | ||