本次阅读是初次阅读源码,参考了以下几篇文章:
https://github.com/hanzichi?language=javascript&page=5&tab=stars
https://github.com/WilberTian/StudySourceCode-Underscore
underscore地址:https://github.com/jashkenas/underscore
阮一峰资料:
http://javascript.ruanyifeng.com/library/underscore.html
基本代码的分析过程
object.js object增加方法的分析
array.js array增加方法的分析
function.js function增加方法的分析
chainling.js
cllection.js
template.js 模板方法