Examples of beautiful Javascript
stackoverflow.com
Examples of beautiful Javascript
1–10 of 13 posts
Re: Examples of beautiful Javascript
#2Re: Examples of beautiful Javascript
#3Re: Examples of beautiful Javascript
#4Re: Examples of beautiful Javascript
#5More of this. I don't know javascript that well, but looking at the annotated underscore.js was really enlightening.
http://backbonejs.org/docs/backbone.html
Interesting bits are the somewhat-flexible linked list of custom events, the proxying-through of many Underscore methods for Collections, the "inherits" helper function, and so on...
Re: Examples of beautiful Javascript
#6Re: Examples of beautiful Javascript
#7http://code.google.com/p/closure-library/source/browse/trunk...
Re: Examples of beautiful Javascript
#8I don't use it, but I am quite impressed with the cleanliness of the Google Closure source. http://code.google.com/p/closure-library/source/browse/trunk...
Re: Examples of beautiful Javascript
#9https://github.com/visionmedia/superagent
Re: Examples of beautiful Javascript
#10Using Node.js (i.e. non-DOM server side Javascript) myself, I would love to see examples of beautiful Javascript in general i.e. linguistic best practices, not those specific to DOM programming.
Also, as a side note, for anyone interested in beautiful Javascript in Node.js, I love the examples posted on Express' Github repo: https://github.com/visionmedia/express/tree/master/examples/