londonappbrewery/quizzler-flutter-challenge-final

Abstraction Concept

Opened this issue · 1 comments

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?

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?

I suppose you are free to improve the code as you like.The course is designed for the purpose of introducing you to the basic concepts of flutter and some concepts of OOP, but its up to you to do more research on Dart and flutter and OOP.