What I’ve come to realize, though, is that anyone can write code that seems complicated. The hard thing is solving complex problems with simple code.
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