Skip to content

Commit 27d0c77

Browse files
committed
Update
1 parent 5bae1d0 commit 27d0c77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ https://github.com/airbnb/javascript
1414

1515
补充:
1616

17-
- 除类静态方法、需要被继承的实例方法,总是使用 arrow functions,无论在哪个位置。
18-
- 类成员排序:静态属性、静态方法、实例属性、构造方法、实例方法,公开方法尽量写在私有方法前面。
17+
- 类成员排序:静态属性、静态方法、实例属性、构造方法、实例方法,公开方法写在私有方法前面。
1918
- 私有成员要加下划线前缀。
2019

2120
# Type System

0 commit comments

Comments
 (0)