yoavxyoav / billboard-insights

Info about songs from all times derived from billboard.com data
0 stars 0 forks source link

make classes #7

Closed yoavxyoav closed 4 years ago

yoavxyoav commented 4 years ago

try and begin to organise your code into classes which group together functions and variables that belong to the same procedure. Classes when used correctly can greatly simplify procedure, re-usability and maintainability of your code.

yoavxyoav commented 4 years ago

https://github.com/yoavxyoav/billboard-insights/commit/b2f35deabd2fa803545dfed50898f902f5503a8f

Completed