The Decoupling Doctrine: Taking Abstraction Too Far

This is a significant point; I think the bigger issue isn’t coupling your application to a framework, but coupling the framework components to each other. At some level, that can’t entirely be helped, but I’ve seen a lot of movement in the PHP community to make individual framework components more reusable outside of the specific framework’s context.

1 Like