
Using the Visitor Pattern in PHP
The Visitor Pattern opens up your entities to extension without changing them (much); and keeps the code separate.
The Visitor Pattern opens up your entities to extension without changing them (much); and keeps the code separate.
In this post I want to introduce you to Tree structures. What they are, how you can use them, and in which situation they can be helpful.
The Adapter pattern and the Bridge Pattern have brought along a lot of confusion. Time to connect the dots.
Cloning is a nice way of creating a quick copy of an object. But there are some things you need to be aware of!
Although similar, Decorators and Proxies are not the same. It all depends on their intent.
Now that Swiftmailer is (almost) dead, let's meet its replacement.