6 ms·
FSMs should be "written" visually, and they should have either hierarchical sub-states or some sort of a grouping scheme to keep complexity at a reasonable leve
by jarirajari 6y ago
FSMs should be "written" visually, and they should have either hierarchical sub-states or some sort of a grouping scheme to keep complexity at a reasonable level.
FSM examples are usually too simplified, and they don't show how to manage the complexities of a real, more complex state machine.