hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Task] refactor main to smoothly handle gui or cli mode #100

Closed coreybasden closed 1 week ago

coreybasden commented 1 week ago

perhaps create a cli class and a gui class then refactor main into simply asking which mode the user wants, and then looping either cli.run() or gui.run() depending.

RyanHirte commented 1 week ago

should take not super long since it's just folders or packages moving around.

time: 30 - 45 minutes

zDmarkley commented 1 week ago

we could hold different main(s) for both CLI and GUI choices. main could just be managing if the user chooses 'cli' or 'gui'

coreybasden commented 1 week ago

done