diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -170,8 +170,9 @@ Adding GUI package, refactoring CGP class to interact appropriately with GUI. 15/3 -Currently refactoring Parameters. It is now a part of CGP.class as stated in the phase report. The rest of the program will now be refactored to accommodate these changes. Inversion of -will be employed to avoid static accesses to CGP, and the tests will be modified accordingly. This will allow multiple instances of CGP to co-exist. +Currently refactoring Parameters. It is now a part of CGP.class as stated in the phase report. The rest of the program will now be refactored to accommodate +these changes. Inversion of control will be employed to avoid static accesses to CGP, and the tests will be modified accordingly. +This will allow multiple instances of CGP to co-exist. 18/3 @@ -205,4 +206,9 @@ grid node grows to fill the void. 26/3 -Sorted out the console, resizing is mint, settings are nearing completion and the node grid has been refactored multiple times.
\ No newline at end of file +Sorted out the console, resizing is mint, settings are nearing completion and the node grid has been refactored multiple times. + + +28/3 + +Refactoring parameters to overhaul the mechanism that allows modules to manage parameters.
\ No newline at end of file |