conorreid / dst_scoring_model

Model for D/ST fantasy football scoring
MIT License
1 stars 0 forks source link

Create config #2

Closed conorreid closed 6 years ago

conorreid commented 6 years ago

The code currently has a lot of repeated calling of the same function with different parameters. Would make more sense to bundle those parameters into configuration dictionaries and then loop through those dictionaries to call the functions. This would make things considerable cleaner.

conorreid commented 6 years ago

Working on it; see https://github.com/conorreid/dst_scoring_model/tree/map_reword

conorreid commented 6 years ago

Has been addressed in #13; closing