Skip to content

Commit d604efa

Browse files
author
徐杰
authored
修改格式
修改格式
1 parent 3691478 commit d604efa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/代码风格.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 编码规范
22
虽然说代码风格没有好坏之分,只要始终坚持同一种风格就行。但是在团队协作的时候,不能只顾着坚持自己的风格,团队成员应该遵守相同的代编码规范。当然这首先需要一份团队成员都认可的编码规范。
33

4-
在javascript的世界里,Airbnb维护的编码规范是比较流行的,用来作为团队的编码规范是不错的选择。
5-
[airbnb编码规范](https://github.com/airbnb/javascript)
6-
其中包括了es5,es6,react的代码规范,github上也有翻译后的中文版
7-
[es6编码规范](https://github.com/yuche/javascript)
4+
在javascript的世界里,Airbnb维护的编码规范是比较流行的,用来作为团队的编码规范是不错的选择。
5+
[airbnb编码规范](https://github.com/airbnb/javascript)
6+
其中包括了es5,es6,react的代码规范,github上也有翻译后的中文版
7+
[es6编码规范](https://github.com/yuche/javascript)
88
[react编码规范](https://github.com/JasonBoy/javascript/tree/master/react)
99

1010
# 检查工具

0 commit comments

Comments
 (0)