Tag: finite-state-machine
Browse 1 practical software engineering resources tagged with "finite-state-machine". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving finite-state-machine.
State Pattern
Allow an object to alter its behavior when its internal state changes. A behavioral design pattern for finite state machines.