aboutsummaryrefslogtreecommitdiff
path: root/conventions.md
diff options
context:
space:
mode:
Diffstat (limited to 'conventions.md')
-rw-r--r--conventions.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/conventions.md b/conventions.md
index 875292f..f5ac2dc 100644
--- a/conventions.md
+++ b/conventions.md
@@ -14,9 +14,8 @@ Sources are formatted as defined in the `EPFL-PPO.xml` Eclipse format file.
14Members ordering 14Members ordering
15---------------- 15----------------
16 16
17Class (static) members are placed before object members. In each group, attributes are placed before methods. 17Class members are ordered using the default IntelliJĀ arrangement order. In addition, they are grouped by field,
18Constructors are the first methods, and overridden parent methods the last ones. 18overriding and dependence.
19
20 19
21Object/Class reference 20Object/Class reference
22---------------------- 21----------------------