Labs/Jetpack/FlightDeck/Contribution/Style Guide

From MozillaWiki
< Labs‎ | Jetpack‎ | FlightDeck‎ | Contribution
Revision as of 17:05, 14 July 2010 by Zalun (talk | contribs) (Created page with '= Overall = Please use tab indentation (not spaces) = Python = All code should follow [http://www.python.org/dev/peps/pep-0008/ Style Guide for Python Code] = HTML = Please…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overall

Please use tab indentation (not spaces)

Python

All code should follow Style Guide for Python Code

HTML

Please use double quotes for parameters (")

JS

Please use single quotes for strings (')

CSS

Please place hacks (will they be ever needed?) in the separate file