Closed jwood36 closed 1 year ago
You need to start looking at abstracting Logic based on a separation of concerns.
Right now your Program class has well exceeded is role in separation of concerns.
Starting to clean up and reformat methods so there is a better path for separation of concerns.
Have executed refactoring over all methods/functions and created a better streamline Object-oriented design.
You need to start looking at abstracting Logic based on a separation of concerns.
Right now your Program class has well exceeded is role in separation of concerns.