blob: 0d85da48f6c52391f5bb3cdabe9364144c9cbb43 [file] [log] [blame]
commit 1dae90ab94f8b35847b39d69e5dcf0e5fdbb2990
Author: Liang Zhang <terrymanu@163.com>
Date: Thu Jan 14 23:28:51 2021 +0800
Update code-conduct (#9036)
diff --git a/docs/community/content/contribute/code-conduct.en.md b/docs/community/content/contribute/code-conduct.en.md
index e091957c36..34a5f5b4dd 100644
--- a/docs/community/content/contribute/code-conduct.en.md
+++ b/docs/community/content/contribute/code-conduct.en.md
@@ -40,7 +40,7 @@ The following code of conduct is based on full compliance with [ASF CODE OF COND
- Order of members definition and parameters should be consistent during classes and methods.
- Use guard clauses in priority.
- Minimize the access permission for classes and methods.
- - Private method should be just next to the method in which it is used; writing private methods should be in the same as the appearance order of private methods.
+ - Private method should be just next to the method in which it is used; Multiple private methods should be in the same as the appearance order of original methods.
- No `null` parameters or return values.
- Replace if else return and assign statement with ternary operator in priority.
- Replace constructors, getters, setter methods and log variable with lombok in priority.