Established in the 70's by the "Gang of Four", Design Patterns are general reusable abstract solutions to solve often recurring problems in software design. Object oriented frameworks leverage them to design robust, extensible and testable code, letting developers build their applications on top of solid foundations.
In this workshop, you'll (re)discover tens of the original design patterns, why and how they're implemented in Symfony.