Skip to content

Commit 6c2271b

Browse files
committed
docs: add java static constants conventions to README.md
1 parent a2186fd commit 6c2271b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@ The following are lists of conventions that either *should* be followed or *must
8383
- Instance attributes
8484
- Constructors
8585
- `static` functions
86-
- Instance methods
86+
- Instance methods
87+
- `static` Constants:
88+
- Names must be `SCREAMING_SNAKE_CASE`

0 commit comments

Comments
 (0)