nas5w / javascript-patterns

A collection of javascript algorithms, patterns, and techniques
MIT License
293 stars 69 forks source link

Patterns need comments/README.md #135

Open kushal-g opened 4 years ago

kushal-g commented 4 years ago

I wanted to learn about various javascript patterns and this repository seemed to be the perfect place to start because of having so many patterns at a single place. However, due to the lack of comments and explanation, beginners like me would not be able to understand very well what a pattern is trying to achieve exactly.

It would be great if each pattern has a README to explain exactly what problem it is trying to solve and how it is doing so.