13 ms·
I found the annotated source code of the underscore.js to be very educational: http://underscorejs.org/docs/underscore.html http://underscorejs.org/docs/undersc
by villek 12y ago
I found the annotated source code of the underscore.js to be very educational: http://underscorejs.org/docs/underscore.html http://underscorejs.org/docs/underscore.html
- msvalkon 12y agoI have to say that the annotation is very nice. Would be a nice feature for something like Github, assuming that developers care enough to do the write up. Might get messy for larger projects though.
- joshuacc 12y agoWorth pointing out that the tool used to produce the annotated version is open source, and annotated by running it against its own source code: http://jashkenas.github.io/docco/ http://jashkenas.github.io/docco/