DEV Community

Discussion on: Applying Open-Closed Principle with Decorator Pattern in Typescript

Collapse
 
joaosczip profile image
joaosczip

In the first moment I thought write just about the Open-Closed.
But then I realised that I need something more practical, so I decide to put the Decorator too.
Because these two topics are very extensive I needed to take the short way.

Thank's for your feedback, it's very important to me!!