Mercurial > pylearn
comparison doc/v2_planning/API_coding_style.txt @ 1239:470beb000694
merge
author | Yoshua Bengio <bengioy@iro.umontreal.ca> |
---|---|
date | Thu, 23 Sep 2010 11:49:42 -0400 |
parents | 23f63ecf0a9a |
children | 705795076efd |
comparison
equal
deleted
inserted
replaced
1238:067b2f9ba122 | 1239:470beb000694 |
---|---|
105 * Only use ASCII characters in code files. | 105 * Only use ASCII characters in code files. |
106 | 106 |
107 * Code indent must be done with four blank characters (no tabs). | 107 * Code indent must be done with four blank characters (no tabs). |
108 | 108 |
109 * Limit lines to 79 characters. | 109 * Limit lines to 79 characters. |
110 | |
111 * No trailing spaces. | |
110 | 112 |
111 * Naming conventions: ``ClassName``, ``TOP_LEVEL_CONSTANT``, | 113 * Naming conventions: ``ClassName``, ``TOP_LEVEL_CONSTANT``, |
112 ``everything_else``. | 114 ``everything_else``. |
113 | 115 |
114 * Comments should start with a capital letter (unless the first word is a | 116 * Comments should start with a capital letter (unless the first word is a |