ntbloom / gamewinner

college bball bracket predictor -- bring your own algo
GNU General Public License v3.0
1 stars 1 forks source link

add EMProps class to IEvanMiya strategy #18

Closed ntbloom closed 1 year ago

ntbloom commented 1 year ago

@seth127 this MR brings in stronger typing around properties gathered from external data sources. This should also make things easier for editor autocomplete, etc. I went ahead and updated the existing strategies but all the outputs should be unchanged.

seth127 commented 1 year ago

Cool, I'll take a look at some point. Glad to see you're back at this tonight. I spent the evening on https://github.com/ntbloom/gamewinner/issues/19.

Also, this may or may have an impact on the changes in #15. I'll look at that too.

ntbloom commented 1 year ago

I can probably fix #15 if we get this merged. @michaelmcd18