Posts with tag object design
September 2022
August 2022
July 2022
September 2019
Using phploc for a quick code quality estimation - Part 2
Categories: PHP Tags: quality assurance object design
Using phploc for a quick code quality estimation - Part 1
Categories: PHP Tags: quality assurance object design
July 2019
Dividing responsibilities - Part 2
Categories: PHP Tags: object design CQRS
Dividing responsibilities - Part 1
Categories: PHP Tags: object design CQRS
March 2019
September 2018
August 2018
When to add an interface to a class
Categories: PHP Tags: object design interfaces
Negative architecture, and assumptions about code
Categories: PHP Tags: Domain-Driven Design OOP object design
July 2018
Objects should be constructed in one go
Categories: PHP Tags: Domain-Driven Design OOP object design
April 2018
March 2018
February 2018
January 2018
Unary call sites and intention-revealing interfaces
Categories: PHP Tags: legacy legacy code code quality call sites object design
Simple CQRS - reduce coupling, allow the model(s) to evolve
Categories: PHP Tags: CQRS legacy legacy code database object design