Talk in English - UK at Dutch PHP Conference 2021 - Online Edition
View Slides: https://www.slideshare.net/ukaszChruciel1/dutch-php-a-short-tale-about-state-machine
Short URL: https://joind.in/talk/91392
(QR-Code (opens in new window))
Entities lifecycle is usually something more than create and delete. Models with which we are working on day to day basis change their state under some business circumstances. State machine patterns can be a powerful allay when solving this kind of problem. How does it look like? What are the pros and cons of state machine usage? What are the things that we should be beware of? I will answer these questions during my talk, together with practical differences between the most popular implementation.
What you'll learn from this talk:
- Theoretical background of the pattern itself
- Major differences between most popular implementations
- Practical examples implemented in all examined libraries
Comments
Comments are closed.
Thank you for a complete and in-depth introduction in a topic that every developer will encounter in their career.
Clearly and well presented, showing a good working knowledge of using state machines. An excellent introduction with a perfectly plausible "real world" series of expanding requirements showing why the use of a state machine might be justified, how to implement it, options and flexibility that using a state machine or a workflow provide, and some of the potential issues to watch out for.
The talk covered a lot of ground, but was presented at a good pace making it easy to follow and understand.
Thanks, very interesting talk, an excellent introduction to state machines
Good examples to support the explanation of this pattern.