Skip to content

Commit 654b278

Browse files
chore: Apply suggestions from code review
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent e7273f8 commit 654b278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/skills/java-development/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Code formatting is enforced using the `fmt-maven-plugin`.
5151
Follow these general rules to maintain code quality and consistency:
5252
5353
1. **Minimize Visibility**: Default to the most restrictive access level possible. Avoid using `public` unless the class or method is intended to be part of the public API.
54-
2. **Short Names**: Prefer short names over fully qualified names when importing classes.
54+
2. Avoid Fully Qualified Names: Use imports to keep class names short and readable, rather than using fully qualified names in the code.
5555
3. **Avoid Obsolete APIs**: Do not call methods marked with `@ObsoleteApi` or `@Deprecated` unless there are no viable alternatives.
5656
4. **Clean Diffs**: Avoid unnecessary formatting changes or whitespace modifications to keep diffs clean and easy to review.
5757

0 commit comments

Comments
 (0)