|
|
|
|
|
by jevakallio
3205 days ago
|
|
I love the annotated source code, but I wouldn't necessarily recommend the Underscore library code itself as learning material to budding developers - it's optimised for size and performance, not legibility and idiomatic style. I remember being a budding JS dev once upon a time, and being quite perplexed by it :) |
|
It's interesting to compare the current version to the earliest available copy of the annotated source code, from version 1.1.1, seven years ago, in a simpler JavaScript age:
https://cdn.rawgit.com/jashkenas/underscore/1.1.1/docs/under...