Decorator pattern in Swift
Cleaning up your code
Let’s work on concrete example from the beginning this time. Just for reference, the classic decorator implementation is based on classes and inheritance. I am going to present Swift way or die trying.