javascript-design-patterns-for-humans icon indicating copy to clipboard operation
javascript-design-patterns-for-humans copied to clipboard

An ultra-simplified explanation of design patterns implemented in javascript

Results 5 javascript-design-patterns-for-humans issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://user-images.githubusercontent.com/49260415/130051141-827e1866-34ee-4089-8b2e-501322489b57.png)

I would argue that in the code example of the adapter pattern there should naturally be a need for abstraction of the word `roar`, rather than just translating `bark` into...

Translation into Russian can be found on this site: https://proglib.io/p/js-design-patterns/ + Incorrect implementation of the pattern "Iterator", the pattern interface assumes the presence of special methods

I intent translate this project for portuguese brazilian Do you accept in main repo PRs with translates?

Thank you very much for this professional guide for design patterns. I want to suggest a clearer definition Composite pattern: > Composite Pattern intent is to **compose** complex objects using...