Taking a look at finite state machines
The finite who-- what?
It is a way of modeling the behavior of a system. The idea is that your "system" can only be in one state at any given time, and an input (or event) can trigger the transition to another state.
What kind of problems does it sol...
vonheikemen.hashnode.dev9 min read