Showing posts with label Stoyan Stefanov. Show all posts
Showing posts with label Stoyan Stefanov. Show all posts

Tuesday, March 18, 2014

JavaScript Patterns

JavaScript Patterns focuses on patterns used to solve problems in JavaScript. The focus is on the language itself, with only a single chapter dedicated to browser. This is a "quality" book for advanced JavaScript programmers. It presents many of the appropriate patterns unique to doing things the "JavaScript way". It also contains a chapter on traditional object oriented design patterns in JavaScript. (These are covered in a chapter. Some are still useful in JavaScript, while others tend to be more of an academic exercise.) This book was written by somebody that knows their stuff.