Talk in English - US at PHP&Friends @ FOSDEM 2017
View Slides: https://slides.pixelart.at/2017-02-04/fosdem/specifications/
Short URL: https://joind.in/talk/5ded2
(QR-Code (opens in new window))
Big repositories, complex query builders, tight coupling to your ORM. Adding new behaviors and search methods can be a mess.
Don't struggle anymore! This talk shows you how to decouple you from the ORM and writing general search behaviors for all your entities with the specification pattern. Your new specifications are not tied to any specific ORM and can be reused on different levels.
Comments
Comments are closed.
Nice introduction to using specifications. I'll sure take a look at RulerZ to see if I can use it in my next Symfony project.