Configuration-driven state machines
Many projects need a state machine to control workflows, You can read all sorts of computer science articles on what a state machine is, but the essence is that a particular object can exist in a certain number of states only, and events will cause a transition from one state to another.
Read the full post here: https://medium.com/just-tech/configuration-driven-state-machines-db26b85d1a67
Post a comment