Discussion: Javascript Patterns


Details
Let's explore popular design patterns in Javascript!
Stoyan Stefanov's "Javascript Patterns" is an introduction to some of the more popular Gang of Four patterns. The beauty of this book is we get to see those patterns applied in Javascript. Learning the classic design patterns (and when to use them) will allow us to write more beautiful, structured, efficient, and maintainable Javascript.
If you'd like to be the go-to expert on a pattern in this book, let the group know so we can grill you with all sorts of questions.
I believe that in order to solidify our understanding of the material, we must actually apply the patterns in code. Therefore, I created a Github repo with the intention of applying the patterns from the book via little prototypes and code samples. Feel free to issue a pull request if you'd like to contribute.
Github repo: https://github.com/eaturspinach/javascript-design-patterns
Amazon link: http://amzn.to/16RzagC
See you at the next discussion!

Discussion: Javascript Patterns