Skip to content

Commit 7ca8499

Browse files
committed
chore: update
1 parent 97ecb4e commit 7ca8499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-platform-java/GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Showcase integration tests are run against a local server that implements the Sh
134134

135135
## 5. Style Guide
136136

137-
1. Minimize scope; avoid `public` unless necessary.
137+
1. Minimize visibility scopes by defaulting to the most restrictive access level, avoiding the `public` modifier unless required.
138138
2. Use short names over fully qualified names.
139139
3. Avoid calling `@ObsoleteApi` or `@Deprecated` methods unless there are no alternatives.
140140
4. Avoid unnecessary formatting changes to keep diffs clean.

0 commit comments

Comments
 (0)