AaronWard / covidify

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

Created Creational Pattern - Builder #81

Open lariyana opened 3 years ago

lariyana commented 3 years ago

Created new builder_data_vis.py, to try and separate the implementation of the creation of graph and tread lines from its representations by giving the builder control of the many parameter.

By doing so, other developers won't need to, unless its necessary, to change the actual code in data_visualization.py and instead use the builder with different or new parameters to test different representation of the visualization of data.