tswift242 / fantasyfootball-custom-scorer

Fantasy Football program for quickly determining good custom scoring rules for custom leagues
MIT License
0 stars 0 forks source link

Refactor Player Class #6

Closed JLoppert closed 5 years ago

JLoppert commented 10 years ago

-- make Player subclasses have List<Set<? extends StatType>> (combine separate Set<Stat<?>> fields into one collection & re-work infrastructure to support this easily) --Model: look into using only one list of players by modifying Player.java Idea: make Player have map of RulesMap -> score; need way to specify which one is active --> active RulesMap field?