We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3691478 commit d604efaCopy full SHA for d604efa
doc/代码风格.md
@@ -1,10 +1,10 @@
1
# 编码规范
2
虽然说代码风格没有好坏之分,只要始终坚持同一种风格就行。但是在团队协作的时候,不能只顾着坚持自己的风格,团队成员应该遵守相同的代编码规范。当然这首先需要一份团队成员都认可的编码规范。
3
4
-在javascript的世界里,Airbnb维护的编码规范是比较流行的,用来作为团队的编码规范是不错的选择。
5
-[airbnb编码规范](https://github.com/airbnb/javascript)
6
-其中包括了es5,es6,react的代码规范,github上也有翻译后的中文版
7
-[es6编码规范](https://github.com/yuche/javascript)
+在javascript的世界里,Airbnb维护的编码规范是比较流行的,用来作为团队的编码规范是不错的选择。
+[airbnb编码规范](https://github.com/airbnb/javascript)
+其中包括了es5,es6,react的代码规范,github上也有翻译后的中文版
+[es6编码规范](https://github.com/yuche/javascript)
8
[react编码规范](https://github.com/JasonBoy/javascript/tree/master/react)
9
10
# 检查工具
0 commit comments