Articles on clean code, domain driven design, software architecture and much more.
Callbacks / Callables in php with unit tests
PHPTestingUnit tests
How to use Callbacks / Callables and test them in PHP.
ValueObject
PHPDomain Driven DesignValueObject
A value object is just any immutable object that wraps primitive-type values. Entities, value objects and repositories are the materials which services use to perform their tasks.
Constructor injection and its benefits
PHPDependency injection
Article describing benefits of Constructor injection over setter injection.