mai-mahamed / FCI-CS352-Challenge

0 stars 0 forks source link

Design Principles #13

Open HamedMohammad opened 9 years ago

HamedMohammad commented 9 years ago

Does the design follow SOLID principles? Yes , 70 % Related Issues: It is open-close , single responsibility .
Does the design follow OOP rules?
Yes, 70 % Related Issues: use some OOP rules(encapsulation , inheritance , ..etc )

Is the design simple and easy to modify? Yes , 90
Related Issues : it is use separated classes for each services .