Karma: Difference between revisions
No edit summary |
|||
| Line 68: | Line 68: | ||
* Working demos at http://karma.sugarlabs.org | * Working demos at http://karma.sugarlabs.org | ||
* Project Documentation kept in the Sugar Labs wiki | * Project Documentation kept in the Sugar Labs wiki | ||
* | * Coding conventions: Based in [http://www.gnu.org/prep/standards/standards.html GNU standards] | ||
** Use camel-case for function names and variables | |||
** Exception to above -- object constructors should start with a capital letter | |||
** Set column-width to 79 characters (from Python standard practice) | |||
** Whenever possible, use jslint and then teach the rest of us how | |||
* File naming conventions: lowercase letters, underscore instead of spaces (need to write more about it) | * File naming conventions: lowercase letters, underscore instead of spaces (need to write more about it) | ||