AaronWard / covidify

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

Bridge Pattern #101

Open Zamir95 opened 3 years ago

Zamir95 commented 3 years ago

Why: Decouple abstraction Pattern from implementation. Bridge Pattern are useful when class and code does what it needs to.

How: decouple abstraction from implementation. Will help divide and delegate into separate layers. Also I created a new file called Bridge Pattern.