From ec01a7df0fff175602a8b68386ee8e40f7aeba15 Mon Sep 17 00:00:00 2001 From: Joel Lappalainen Date: Thu, 10 Oct 2024 17:24:27 +0300 Subject: [PATCH] Update doc/dev/decisionrecords/Codestyle.md Co-authored-by: Thomas Gran --- doc/dev/decisionrecords/Codestyle.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dev/decisionrecords/Codestyle.md b/doc/dev/decisionrecords/Codestyle.md index e3278d0fd9e..e647581d6f3 100644 --- a/doc/dev/decisionrecords/Codestyle.md +++ b/doc/dev/decisionrecords/Codestyle.md @@ -122,8 +122,9 @@ The provided formatter will group class members in this order: 5. class initializer 6. constructor 7. `static` factory methods - 8. methods + 8. `public` methods 9. getter and setters + 8. `private`/package methods 10. `private` enums (avoid `public`) 11. interfaces 12. `private static` classes (avoid `public`)