
Using the Decorator Pattern to handle cross-cutting concerns
Hi All! Today I’ll be writing about a very simple but powerful technique to reduce boiler-plate caused by cross-cutting concerns. We’ll explore a simple way to encapsulate them in reusable components using the Decorator pattern. I was actually planning of posting this article here but I was migrating to another...
2019, Jan 21 — 2 minute read