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

Remove incorrect reference to "Java parameter name length" #3175

Merged
merged 1 commit into from
Mar 16, 2025

Conversation

anttibraxbackup
Copy link
Contributor

There is no practice in the Java community or "ecosystem" that would discourage short parameter names. On the contrary even the Java standard libraries often use single letter variable names when the purpose of the parameter is evident from the context.

So I have removed the statement as it is simply incorrect.

There is no practice in the Java community or "ecosystem" that would discourage short parameter names. On the contrary even the Java standard libraries often use single letter variable names when the purpose of the parameter is evident from the context.

So I have removed the statement as it is simply incorrect.
@sjrd sjrd merged commit ed6d03d into scala:main Mar 16, 2025
1 check passed
@anttibraxbackup anttibraxbackup deleted the patch-1 branch March 16, 2025 14:45
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