ja-he / dayplan

A utility to plan and track your time.
MIT License
5 stars 1 forks source link

Break up / restructure controller code #33

Open ja-he opened 2 years ago

ja-he commented 2 years ago

I abused the controller constructor NewController() as a bit of a dumping ground not just for all the UI and input setup but even the fairly static definitions.

Fix.