AaronWard / covidify

Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446 stars 113 forks source link

Implementing Aggregate Design Pattern with data_prep.py #67

Open Benjamin-Pickers opened 3 years ago

Benjamin-Pickers commented 3 years ago

Created a class, countrySelection ,within data_prep.py which holds the two functions check_specified_country and get_similar_countries. By doing this we are applying the aggregate design pattern and creating a boundary around these two functions.