
Using the Decorator Pattern to handle cross-cutting concerns - Part 2: a practical example
In my previous article, I discussed a bit about how to use the Decorator Pattern to implement cross-cutting concerns and reduce clutter in your codebase. Today it’s going to be a bit more practical: we’ll be looking at a small example I published on Github. It makes use of Decorators as well...
2019, Jan 23 — 3 minute read