265 Views
Finite State Machines are a concept that can be used practically anywhere and in this particular case I'm using it to model a “document workflow” in software to replace needlessly complex and nested conditional code that typically become hard to maintain.
0 comments