本風格指南的目的是展示AngularJS應用的最佳實踐和風格指南。 這些最佳實踐來自于:
1. AngularJS項目源碼
2. 本人閱讀過的源碼和文章
3. 本人的實踐經歷
> **說明**: 這只是風格指南的草案,主要目的是通過交流以消除分歧,進而被社區廣泛采納。
在本指南中不會包含基本的JavaScript開發指南。這些基本的指南可以在下面的列表中找到:
1. [Google's JavaScript style guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
2. [Mozilla's JavaScript style guide](https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style)
3. [GitHub's JavaScript style guide](https://github.com/styleguide/javascript)
4. [Douglas Crockford's JavaScript style guide](http://javascript.crockford.com/code.html)
對于AngularJS開發,推薦?[Google's JavaScript style guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml).
在AngularJS的Github wiki中有一個相似的章節?[ProLoser](https://github.com/ProLoser), you can check it?[here](https://github.com/angular/angular.js/wiki).