In this article I will present you powerful architectural pattern that I have been using it a lot called Decorator. 1. What is Decorator By definition Decorator is architectural pattern which allows us incorporating new services, behaviours to existing components when certain events occur or simply augmenting existing behaviours. Main benefit of the pattern is […]
Architectural Patterns – Decorator
- Post author By Marko Engelman
- Post date
- Categories In Clean Architecture, Composition, iOS, Swift
- No Comments on Architectural Patterns – Decorator