Read how I fixed performance issues when refactoring and optimising legacy code with method signature inconsistency, done unintentionally by developer
PHP
Immutability in PHP Beyond readonly
A deep dive into immutability in PHP, from readonly properties and interior mutability to immutable value objects, collections, dates, cloning, boundaries, and testing. Read more