Hacker News new | ask | show | jobs
by embedding-shape 60 days ago
A statechart without hierarchy is just a state machine. It's the composition and hierarchy that turns a state machine into a statechart.
1 comments

Is the very first example not one without hierarchy and thus just a state machine?
Technically yes, that's just a state machine. On https://statecharts.dev/what-is-a-state-machine.html the website itself also admits that that example is a "simple state machine", and on https://statecharts.dev/what-is-a-statechart.html you get the better explanation with

> A statechart is a state machine where each state in the state machine may define its own subordinate state machines, called substates