-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Rename all enum-like members to all-caps (same as normal enums) #3018
Comments
shivlaks
added a commit
that referenced
this issue
Jun 24, 2019
Similar to the enum naming convention, public static readonly properties must be ALL_CAPS. This is in accordance with the new construct library guidelines. Fixes #3018 BREAKING CHANGE: members in enum like classes are now named using ALL_CAPS
eladb
pushed a commit
that referenced
this issue
Jun 24, 2019
Similar to the enum naming convention, public static readonly properties must be ALL_CAPS. This is in accordance with the new construct library guidelines and with normal enums. Fixes #3018 Fixes #980 BREAKING CHANGE: all public static readonly members (enum-like) have been renamed to use "ALL_CAPS" capitalization
1 task
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Jan 20, 2020
This was referenced Sep 24, 2024
Open
This was referenced Sep 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: