Kamaropoulos / COVID19Py

A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
https://pypi.org/project/COVID19Py/
GNU General Public License v3.0
84 stars 57 forks source link

Bridge Structural Design Pattern for COVID19Py #124

Closed Colin-J-School closed 3 years ago

Colin-J-School commented 3 years ago

Applied the Bridge Structural Design pattern to the already existing COVID19Py. Separated class interface by moving the existing functions into new classes sorting by various conditions. Also implemented declarations/non-concrete implementations to separate the interface.