189 | | Class and variable names are in !CammelCase. |
190 | | |
191 | | 2 whitespace indentation. |
192 | | |
193 | | Other than that, [http://www.python.org/dev/peps/pep-0008/ PEP8] |
| 189 | [http://www.python.org/dev/peps/pep-0008/ PEP8] without the 80 character per line limitation - please still keep line length reasonable (say ~140 characters max). |
| 190 | |
| 191 | Historically modRana used !CammelCase in variable names are in and 2 space indentation to allow easier editing of source code on mobile devices and smaller displays, and it is still possible to encounter this in some older modules or old modRana revisions. |