Workshop in English - US at PHPBenelux Conference 2019
Track Name:
Beethoven (A)
View Slides: https://nyholm.tech/presentation/knowing-your-state-machines.html
Short URL: https://joind.in/talk/15770
(QR-Code (opens in new window))
Web development is not just about delivering a response.
It is also about writing good code.
The state pattern will help you move complexity from being all over your code to one or more state machines.
This talk will introduce state machines, show how to identify uses of them and implement them in your Symfony application in an object oriented manner using the Symfony Workflow component.
Important: This is not a workshop where you’ll be just listening in. You will actually have to do some work and have to do some thinking.
Comments
Comments are closed.
Really great and we'll thought out workshop. In multiple small steps you'll quickly learn new concepts.
I don't have much feedback except for testing the exercises at the minimum requirement because there was a little 7.1 problem.
Enjoyed the tutorial! I've used the Workflow component before in existing code but actually never implemented it from scratch. The excercises were well put together and really helped understanding the concepts.
Really helpful workshop to get information about state machines and how to use them in code (which is surprisingly simple).