-
Notifications
You must be signed in to change notification settings - Fork 19.9k
[OTHER] Current code style does not look like java code #4204
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
Comments
Could you explain what specifically doesn't look like standard Java? The PR made a lot of changes, most of which are correcting missing whitespace and enforcing max line length |
I see your point. Unfortunately, we don't have automatic formatting checks like we have in Go repository, that's why it may not be consistent. The PR in question has fixed a lot of issues (empty lines, too long lines, and others), but has also introduced some new that you are pointing out. |
AFAIK there are few, I will take a closer look. |
What would you like to share?
Hi,
I stumbled on this repository earlier and was exploring its algorithm collection.
But I was really confused at the beginning. Almost all of the code does not look
like Java code.
You introduced this code style with this merge request.
I was wondering which reasons you had for this?
Cheers
Additional information
I would be willing to refactor the code using one of the common code styles, like google code style.
The text was updated successfully, but these errors were encountered: