2 #state-machines Posts

Benefits and Downsides of Using Statecharts

7 min read

This post is part two of my series about state machines. It is a follow-up post of State Machines and Statecharts: What are they?. Start there if you'd like to learn about what (finite) state machines and statecharts are. After having answered the "...

State Machines and Statecharts: What are they?

10 min read

If you are working as a developer (software engineer, coding wizard, or whatever you want to call it), chances are high you came across the term state machine. But do you also know what they are? Can you explain them to others? What is a statechart? ...