Pringleman83 / SportsBook

A sports data scraping and analysis tool
GNU General Public License v3.0
82 stars 38 forks source link

Menu refactor #42

Closed drivasperez closed 5 years ago

drivasperez commented 5 years ago

In future, I think it's probably best to keep all menu logic inside a single class, rather than calling menu functions in another file. That way, much easier to test, and to keep UI feel consistent between different parts of the program.