Closed jimmymathews closed 4 years ago
Step 1 has not yet been attempted. The main idea of step 2 has been completed. The new classes GPModel, GPView, GPController are all there. I just moved all the member functions and variables from GUI to one of those 3 and "find-replaced" all occurences of these function or variable names to match their new homes. The functionality from before the refactoring seems to be present.
Done. Also, the logic of partial and full completions was convoluted before, now a bit simpler.