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 d0f4a26 commit 43f430bCopy full SHA for 43f430b
README.md
@@ -530,7 +530,7 @@ if (condition)
530
531
#### 4.3 类成员的顺序
532
533
-没有单一的正确解决方案,但使用逻辑和一致的顺序将提高代码的可学性和可读性,推荐使用如下排序:
+这并没有唯一的正确解决方案,但如果都使用一致的顺序将会提高代码的可读性,推荐使用如下排序:
534
535
1. 常量
536
2. 字段
@@ -573,8 +573,7 @@ public class MainActivity extends Activity {
573
574
```java
575
public class MainActivity extends Activity {
576
-
577
- //Order matches Activity lifecycle
+ //Order matches Activity lifecycle
578
@Override
579
public void onCreate() {}
580
0 commit comments