canmove, Confirmed users
1,584
edits
(Created page with "* Nota Bene ** this a spot to jot down guidelines of varying types, largely for front end developers & designers. This includes code style, theming style, and whatever else will ...") |
No edit summary |
||
Line 5: | Line 5: | ||
** use flyout panes over dialogs | ** use flyout panes over dialogs | ||
* Coding Guidelines | * Coding Guidelines | ||
** Generally we use [https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style Mozilla Coding Style], with a few exceptions: | |||
*** You don't need to wrap lines to 80 characters. Use longer lines (up to around 120 characters; use your judgement) if it improves readability. | |||
* Consistency is king, and supersedes any particular rule. | * Consistency is king, and supersedes any particular rule. | ||
** JS | ** JS |