Skip to content

Commit 570b970

Browse files
committed
更新
1 parent 1cf738c commit 570b970

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
# 开发趋向
99

10-
1、使用标准的缩写(如 rpt)。❎
11-
2、去掉虚词 and,or,the。❎
12-
3、使用名字中的每一个重要单词,最多不超过3个。❎
13-
4、去掉无用的后缀(如 ing、ed 等)。❎
14-
5、确保不要改变变量的含义。❎
15-
6、不要从每个单词中删除一个字符的方式来缩写。❎
16-
7、缩写要一致:如果将 function 缩写成 func。那么将整个项目里,最好都统一使用这种缩写。❎
10+
- 使用标准的缩写(如 rpt)。❎
11+
- 去掉虚词 and,or,the。❎
12+
- 使用名字中的每一个重要单词,最多不超过3个。❎
13+
- 去掉无用的后缀(如 ing、ed 等)。❎
14+
- 确保不要改变变量的含义。❎
15+
- 不要从每个单词中删除一个字符的方式来缩写。❎
16+
- 缩写要一致:如果将 function 缩写成 func。那么将整个项目里,最好都统一使用这种缩写。❎
1717

1818
# 效果
1919
> 小驼峰命名法:xt

0 commit comments

Comments
 (0)