Decorate
Decorate pattern
· ☕ 2 min read · ✍️ t1
The decorator pattern dynamically adds behavior to an object by wrapping it in a decorator object.