Skip to content

Commit

Permalink
Update doc/dev/decisionrecords/Codestyle.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Gran <[email protected]>
  • Loading branch information
optionsome and t2gran authored Oct 10, 2024
1 parent f2075c7 commit ec01a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/dev/decisionrecords/Codestyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit ec01a7d

Please sign in to comment.