Making Module Boundaries Explicit in PHP
One problem keeps showing up in large PHP codebases: module boundaries are usually conventions, not enforced rules.
That works for a while. As the system grows, a few symptoms appear:
services depend
homeless-coder.hashnode.dev6 min read