nat236919 / covid19-api

API for exploring COVID-19 cases around the globe
https://nuttaphat.com/covid19-api/
MIT License
119 stars 63 forks source link

Adapter Pattern Applied On Class DataTimeSeries #239

Closed fmrabbi closed 3 years ago

fmrabbi commented 3 years ago

Related Issue:

*Proposed an alternative way to connect the DataTimeSeries class with the helper class via the Adapter design pattern. The need for such a change arises in the long run as it promotes modularity and allows for easier code management and simplification. It introduces an intermediate class that translates between the DataTimeSeries class and the functions in helper.py.

Proposed Changes

Additional Info

Checklist

Screenshots