londonappbrewery / quizzler-flutter

Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
https://www.appbrewery.co
196 stars 870 forks source link

Abstraction Concept #24

Open NeoTianHow opened 3 years ago

NeoTianHow commented 3 years ago

Hi, this is not really an issue, but rather a question. I know that abstraction helps to reduce the complexity of the system by creating separate modules that each serve a distinct purpose. So why isn't "scorekeeper" in a separate class with methods such as addIcon?