IsaiahBlanks / BadBM

Repository for Computer Methodology class. Take existing BadBM project and refactor according to Agile/SOLID development priciples
1 stars 0 forks source link

App handles many responsibilities #2

Open IsaiahBlanks opened 4 years ago

IsaiahBlanks commented 4 years ago

The App class handles far too many responsibilities. Instead of having this class be a god-class, we should split it up into multiple classes which each handle one thing. This would allow us to uphold the SRP.

jamesmarkchan commented 8 months ago

Hey @IsaiahBlanks! I have an updated repo and release where I had cleaned up several aspects off the OO design. Specifically the sample and benchmark class but would love to hear more in this area.