LucciaChia / sudoku-with-tests

2 stars 0 forks source link

change Main.menu() to remove while-loop #49

Open andamundale opened 5 years ago

andamundale commented 5 years ago

maybe make it stateful? maybe even in a way that is similar to automata (deterministic finite state machine) the states would be corresponding to menu items and change as user navigates the menu

andamundale commented 5 years ago

it seems that event-driven programming prefers states over loop waiting for user input