SymbiSoft / winfiles60

Automatically exported from code.google.com/p/winfiles60
0 stars 0 forks source link

Modul-ing WinFile!! #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've started to split the code into modules, each for every functionality 
section (i.e: UI, SKIN, GFX, utils, debug, main...)

Goals:

- code cleaning
- organize code
- better startup sequence? [faster]
- more logic for a future update feature

needs some time to organize all the classes. Just finished to split up the 
modules. Needs to:

- test
- link the file to each other (imports)
- copy the GNU GPL license (into ''' ''' string, to keep it even after 
compilation...decompilation :))
- define the aim of the module
- documentation

Original issue reported on code.google.com by memoryS60 on 15 Apr 2011 at 1:06