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 for Data Sources #54

Open Benjamin-Pickers opened 3 years ago

Benjamin-Pickers commented 3 years ago

Refactored the sources folder to now have an aggregate root class named data_sources.py. This aggregate root will help create a boundary between the data sources and the rest of the code. Subsequent scripts that imported github.py will now refer to data_sources.py and will call functions from it.