We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bd93e commit 4b7956bCopy full SHA for 4b7956b
1 file changed
docs/contributing/style-guide.md
@@ -47,6 +47,9 @@ To run these checks locally:
47
Follow the principle of minimal necessary visibility. Use the most restrictive access modifier that
48
still allows the code to function correctly.
49
50
+Static fields should be `private`, except for constant-like static fields with an
51
+uppercase (`SCREAMING_SNAKE_CASE`) name.
52
+
53
### Internal packages
54
55
Classes in `.internal` packages are not considered public API and may change without notice. These
0 commit comments