Confirmed users
14,525
edits
No edit summary |
|||
| Line 1: | Line 1: | ||
== Mozmill Style Guide v0.1 == | == Mozmill Style Guide v0.1 == | ||
Goal: Write clear code | |||
Exceptions: Rules can be broken or modified, however, be prepared to defend your position | |||
=== Variables === | === Variables === | ||
; Local variables | ; Local variables | ||
| Line 81: | Line 85: | ||
}, "A positive error message about the expected state"); | }, "A positive error message about the expected state"); | ||
</pre> | </pre> | ||
== To be Added == | == To be Added == | ||