You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
There's a small inconsistency in the formatting of example code with respect to spacing between parentheses and arguments for method invocation. About 75% of the time, there are spaces between the parentheses and the first and last arguments, like this.
Is there a preferred way you'd like to settle on? Or a rule for when there is or isn't space?
This is just a small cosmetic issue, but it's bothering me. And it means that I can't throw the source code in an IDE like NetBeans and do the full auto-formatting and have it match the book's formatting.
The text was updated successfully, but these errors were encountered:
There Maven code style requires these spaces but it is not consistent in the book sources. This is a minor cosmetic issue that I might fix later by reformatting all code in the examples and listing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's a small inconsistency in the formatting of example code with respect to spacing between parentheses and arguments for method invocation. About 75% of the time, there are spaces between the parentheses and the first and last arguments, like this.
And some times there are not spaces.
Is there a preferred way you'd like to settle on? Or a rule for when there is or isn't space?
This is just a small cosmetic issue, but it's bothering me. And it means that I can't throw the source code in an IDE like NetBeans and do the full auto-formatting and have it match the book's formatting.
The text was updated successfully, but these errors were encountered: