Skip to content

Uppercase static final constants #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

varunu28
Copy link

Right now both the Java as well as Kotlin implementation doesn't follow the correct naming convention for template in GreetingController. This results in a warning in IDE.
Screenshot 2025-07-24 at 7 07 05 AM

Fixing this as it uppercase naming convention applies both for private static final in Java & constants in Kotlin.
https://kotlinlang.org/docs/coding-conventions.html#property-names

@varunu28 varunu28 force-pushed the fix-naming-for-static-final branch from 1fc6299 to 2ca025a Compare July 24, 2025 14:13
@varunu28
Copy link
Author

varunu28 commented Aug 4, 2025

@sdeleuze Minor bump on this for review. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant