Skip to content

Refactor method names to remove snake_case#3030

Merged
kahgoh merged 1 commit intoexercism:mainfrom
prohladenn:3028-no-snake-case-in-method-names
Oct 5, 2025
Merged

Refactor method names to remove snake_case#3030
kahgoh merged 1 commit intoexercism:mainfrom
prohladenn:3028-no-snake-case-in-method-names

Conversation

@prohladenn
Copy link
Contributor

pull request

This pull request primarily refactors the test method names to follow camelCase naming conventions, improving code readability and consistency. Additionally, it makes a minor documentation fix and updates a method name format check in the Checkstyle configuration.

Test code cleanup and consistency:

  • Renamed all test methods from snake_case to camelCase to align with Java naming conventions.
  • Updated the MethodNameCheck format in checkstyle.xml to require camelCase method names without underscores, enforcing the new convention.
  • Fixed a relative link in CONTRIBUTING.md for the Gradle update instructions to use the correct path.

Issue: #3028


Reviewer Resources:

Track Policies

Loading
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.

2 participants