Skip to content

Conversation

@YunByungil
Copy link
Contributor

Changed the variable name from MAX_INTITEM_LENGTH to MAX_INT_ITEM_LENGTH to adhere to naming conventions

  1. According to Java's naming convention, constant names are typically all capitalized, separated by an underscore (_) between words.
  2. It increases readability.
  3. MAX_INTITEM_LENGTH can be difficult to understand the meaning of a variable because the term "INTITEM" is not commonly used.

Changed the variable name from MAX_INTITEM_LENGTH to MAX_INT_ITEM_LENGTH to adhere to naming conventions
@YunByungil YunByungil changed the title fix: variable naming convention Fix Variable Naming Convention Mar 28, 2024
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 28, 2024
@jzheaux jzheaux self-assigned this Apr 5, 2024
@jzheaux jzheaux added in: core An issue in spring-security-core type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 5, 2024
@jzheaux jzheaux merged commit e5f7453 into spring-projects:main Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: core An issue in spring-security-core type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants