Skip to content
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

style changes #573

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

AlexanderSaydakov
Copy link
Contributor

no changes in behavior, style only (indentation, naming)

Copy link
Contributor

@leerho leerho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modern Java styling no longer recommends using a trailing (or leading) "_" character for class member variables. It used to be fairly common years ago but you won't see it in more recent JVM java classes. Most IDEs will emphasize class members with bold or colored text. It is not wrong, but code using this convention tends to look "dated" :)

@AlexanderSaydakov AlexanderSaydakov merged commit 5359b6a into quotient-filter-reviewed Jun 18, 2024
2 checks passed
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