DEV Community

Discussion on: Underrated design patterns

Collapse
 
bertilmuth profile image
Bertil Muth • Edited

I would even go so far that the event driven architectural style in general is usually underrated, with respect to encapsulation/decoupling it provides. Even something like the ports&adapter architecture (or clean architecture) that specifically aims at decoupling is usually explained in terms of defined methods of known interfaces.