Loose coupling in practice

02 Oct 2015, , Manchester, United Kingdom

Practices like DDD are becoming so popular in the PHP world that we tend to forget about the most basic forces in object oriented design - coupling and cohesion. It doesn't help that SOLID principles are too often misunderstood. This tutorial will remind you how important loose coupling is, what are the risks carried by tightly coupled software, and how to write loosely coupled code in a context of frameworks and libraries.