Skip to content

Commit 4b7956b

Browse files
committed
guide
1 parent 87bd93e commit 4b7956b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/contributing/style-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ To run these checks locally:
4747
Follow the principle of minimal necessary visibility. Use the most restrictive access modifier that
4848
still allows the code to function correctly.
4949

50+
Static fields should be `private`, except for constant-like static fields with an
51+
uppercase (`SCREAMING_SNAKE_CASE`) name.
52+
5053
### Internal packages
5154

5255
Classes in `.internal` packages are not considered public API and may change without notice. These

0 commit comments

Comments
 (0)