park-junha / GradPlanner

An automated four-year undergraduate degree scheduler.
http://gradplanner.us
GNU General Public License v3.0
2 stars 0 forks source link

Rewrite schedule() in main.py to functions #15

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

The schedule() function of main.py is very long and hard to read. Parts of it should be re-written to various functions to reduce levels of abstraction.

park-junha commented 4 years ago

Done