DEV Community

Discussion on: Design Patterns In JavaScript

Collapse
 
lilylaw profile image
Lily

Thanks for writing this. I too have used many of these without realising. I believe recognising these can only make my code clearer and cleaner.
As for the Chain of Responsibility Pattern the example that springs to my mind is middleware in express.