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

Remove scuClass class object? #25

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

The scuClass class isn't really needed and can be replaced with a Python dictionary object instead. While the current implementation works, replacing the scuClass class can make the codebase cleaner, more efficient, and easier to follow.

However, removing it could increase levels of abstraction, particularly in the FourYearPlan class.

park-junha commented 4 years ago

Won't fix for now