Changes between Version 18 and Version 19 of SystemDevelopmentEN


Ignore:
Timestamp:
Oct 12, 2012, 10:12:31 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemDevelopmentEN

    v18 v19  
    2222
    2323Modules can be either file-modules (mod_foo.py) of folder-modules (mod_foo/mod_foo.py). Usually when a file-module grows to an unmaintainable size, it should be converted to a folder module and its functionality split to more files in its folder.
     24
     25Folder modules also can more easily import parts of their functionality on-demand, thus shorting the modRana startup time.
    2426 
    2527=== Modules ===