We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ecb4e commit 7ca8499Copy full SHA for 7ca8499
sdk-platform-java/GEMINI.md
@@ -134,7 +134,7 @@ Showcase integration tests are run against a local server that implements the Sh
134
135
## 5. Style Guide
136
137
-1. Minimize scope; avoid `public` unless necessary.
+1. Minimize visibility scopes by defaulting to the most restrictive access level, avoiding the `public` modifier unless required.
138
2. Use short names over fully qualified names.
139
3. Avoid calling `@ObsoleteApi` or `@Deprecated` methods unless there are no alternatives.
140
4. Avoid unnecessary formatting changes to keep diffs clean.
0 commit comments