其中很多都是伪代码的写法,便有回顾和总结。参考资料
包含
2.JavaScript this
3.JavaScript 闭包
JavaScript 事件
2. Interfaces
4. Inheritance
5.AOP
[jQuery][1] [jQuery架构设计与实现][2] [jQuery选择器库][3] zepto1. Singleton-Pattern
2. Chaining
3.Factory-Pattern
4. Bridge-Pattern
5. Composite-Pattern
6. Facade-Pattern
7. Adapter-Pattern
8. Decorator-Pattern
9. Flyweight-Pattern
10. Proxy-Pattern
11.Observer-Pattern
12. Command-Pattern
13. Chain-of-Responsibility-Pattern
1 function前加操作符
https://github.com/wchaowu/javascript-code/tree/master/CommonJS
cmd和amd的区别
https://github.com/wchaowu/javascript-code/blob/master/CommonJS/cmd_Amd.md
###javascript框架
####angularJs
推荐UI组件 angularUI bootstrap http://angular-ui.github.io/bootstrap/
angular ui router https://github.com/angular-ui/ui-router
bindoncehttps://github.com/Pasvaz/bindonce
ngAnimate https://github.com/Augus/ngAnimate
Canvas
###ReactJs
mobile 开发 收集
https://github.com/wchaowu/mobileTech
phonegap
https://github.com/msacks/phonegap-samples
http://kangax.github.io/compat-table/es5/ http://caniuse.com/#
##javascript风格和规范 ##
- Google的JavaScript风格指南(以下简称Google)
- NPM编码风格(以下简称NPM)
- Felix的Node.js风格指南(以下简称Node.js)
- 惯用(Idiomatic)的JavaScript(以下简称Idiomatic)
- jQuery JavaScript风格指南(以下简称jQuery)
- Douglas Crockford的JavaScript风格指南(以下简称Crockford),Douglas Crockford是Web开发领域最知名的技术权威之一,
ECMA JavaScript 2.0标准化委员会委员
最受欢迎的javascript博客
http://stackoverflow.com/questions/409056/top-rated-javascript-blogs
javascript Weekly
http://javascriptweekly.com/archive/148.html
JavaScript frameworks resources and tutorials
http://resrc.io/list/18/javascript-frameworks/
自动化工具
##参考资料
Learning JavaScript Design Patterns
##License
And of course: