Workshop in English - UK at Bulgaria PHP Conference 2019
Track Name:
Agile Track
Short URL: https://joind.in/talk/03296
(QR-Code (opens in new window))
Idea behind commands is to encapsulate all of the information needed for an action: making our domain less fragile and simple. Event pattern help us decouple code and make it easily extendable: without modifying user registration process we can easily add more features like send ‘welcome SMS’ or ‘notify support to check new user’.
Goal of this workshop will be to build a small app using commands and events and show you how nice and cool it is!
Comments
Comments are closed.
Good overview
Good talk
Good tutorial, an eye-opener for way more clear solutions for certain scenarios. Coding was involved, illustrating that it was not actually hard and it did not take a lot of effort to convert an existing system to one using commands and events.