nat236919 / covid19-api

API for exploring COVID-19 cases around the globe
https://nuttaphat.com/covid19-api/
MIT License
119 stars 63 forks source link

Application of Software Engineering code design patterns 2 #277

Closed walkerverchiel closed 3 years ago

walkerverchiel commented 3 years ago

Related Issue:

Application of Software Engineering code design patterns 2

Proposed Changes

Changed the code design for the covid_api_v2_model and added a structural design pattern which is the the composite design pattern to avoid repetition of code

Addtional Info

For composite pattern I removed unnecessary code again from the composite classes and referenced it through other objects which are composed inside the composite classes

Checklist

Screenshots