State Machines, Part 2: Interpreter Code
In Part 1, we looked at state machines and some common variants. This time we’ll look at code: how can you implement state machines? We’ll look at several approaches, in two classes: interpreter and direct-coded. (You could think “interpreter vs Continue reading State Machines, Part 2: Interpreter Code