search for: jsdesignpatterns

Displaying 1 result from an estimated 1 matches for "jsdesignpatterns".

Did you mean: designpatterns
2008 Jan 21
1
JavaScript book recommendations
...currently the only book that really touches on advanced topics. I particularly recommend the chapter on metaprogramming by Dan Webb. Dan wrote Low Pro, an unobtrusive JS plugin for Rails, and refers to it in the chapter. Ross Harmes, Dustin Diaz Pro JavaScript Design Patterns Apress 2008 http://jsdesignpatterns.com/ http://www.dustindiaz.com/pro-javascript-design-patterns/ This is an intermediate book for people who have the basics of JS under their belt. To me, the value of this book lies in the first part, Object-Oriented JavaScript, that is a guide to well-written object-oriented JS using state of...