Open main menu

Difference between revisions of "Gob/TODO"

9 bytes removed ,  22:58, 25 December 2005
m
spellcheck and minor clarification
(Elaborate on objectizing)
m (spellcheck and minor clarification)
Line 5: Line 5:
* Convert it to C++ classes. This should be done on per-file basis.
* Convert it to C++ classes. This should be done on per-file basis.


   Take a look how work was done with SAGA engine. No big thinking is required, just determine where is
   Take a look how work was done with SAGA engine. No big thinking is required, just determine where
   initializer and how data structures should be cleaned up. Main goal here is to add possibility for
   initializer is and how memory should be cleaned up. Main goal here is to add possibility for
   overloading. Of course if you see that some code could be put into '''real''' objects, feel free to
   overloading. Of course if you see that some code could be put into '''real''' objects, feel free to
   do it but will take much more time. With SAGA engine we did it much later.
   do it but will take much more time. With SAGA engine we did it much later.