issues
search
AaronWard
/
covidify
Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446
stars
113
forks
source link
Added bridge pattern to forecast.py
#100
Open
gavisharora
opened
3 years ago
gavisharora
commented
3 years ago
Created 4 classes (Abstraction, ConcreteAbstraction, Implementation & ConcreteImplementation) in forecast.py
this will ensure that if any changes need to be made they don't interfere with the orignal implementation, any changes go into the abstraction class