javascript-design-patterns-for-humans
javascript-design-patterns-for-humans copied to clipboard
An ultra-simplified explanation of design patterns implemented in javascript

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...