Changes between Version 34 and Version 35 of SystemDevelopmentEN


Ignore:
Timestamp:
Oct 17, 2015, 1:34:30 AM (9 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDevelopmentEN

    v34 v35  
    187187
    188188== Coding style ==
    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
     191Historically 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.
    194192
    195193=== Modules ===
     
    207205== Porting ==
    208206
     207[wiki:PySideForAndroid PySide for Android]
     208- generic build & usage guide
     209
     210[wiki:PyOtherSideForAndroid PyOtherSide for Android]   
     211- work-in-progress
     212
    209213[wiki:nemoMobile Nemo Mobile]
    210214