dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Abstraction - Logic #11

Closed jwood36 closed 1 year ago

jwood36 commented 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.

dramire83 commented 1 year ago

Starting to clean up and reformat methods so there is a better path for separation of concerns.

dramire83 commented 1 year ago

Have executed refactoring over all methods/functions and created a better streamline Object-oriented design.