-
Notifications
You must be signed in to change notification settings - Fork 1k
Swap star-space for space-star #550
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
Conversation
Everyone is confused why the style page recommends the odd column for asterisks.
What's the reason for changing this again? I think when this was discussed the last time, it was only decided not to touch all the existing code, not to give up on the improvement in general. |
I was bored waiting for Windows 10 to finish installing. Today: https://groups.google.com/forum/#!topic/scala-user/q-Vw03zcIVs Here is the discussion: http://lampscalaw3dev.epfl.ch/old/node/11291.html
with reference to previous: https://groups.google.com/forum/#!msg/scala-debate/LMKC2Pw6JT8/iHaUbUOy4pwJ Not that we have to make Martin happy. |
I support merging this on the grounds that it's a clear improvement to at least mention both styles as they are both in wide use and there's no clear consensus. (I don't really care if the style guide gently encourages one over the other.) |
thanks A! |
In the future could there be more publicity about changes like this? It's common for organizations to have style guides that implicitly recommend whatever the official guideline is, and tools to enforce it/reformat code. Even small changes like this can have a big impact, especially when there's no clear consensus and the "standard" as documented here is flipped from one to the other. Scaladoc formatting this is an unfortunate combination of insignificant enough that people "just use the official standard" and significant enough that tools/docs are now "wrong" and need to be changed. |
There is no recommendation per se, so it would be helpful to illustrate all three common comment formats, plus single-line style. Maybe add language to the effect, "There is no recommended comment style per se."
|
@eddsteel it's very difficult to turn "user X [you] wishes they had known about change Y [this]" into an improved general approach for making announcements. practically any change in any of the repositories under the scala organization is something at least some people will want to know about, and there is an absolute torrent of such changes, many more than we can reasonably announce other than via GitHub notifications. so, in other words, I feel for you, but it also isn't at all obvious to me how your suggestion is actionable. a better place to discuss this, if you want to take it up further, would be contributors.scala-lang.org, since this isn't really about this change in particular. |
Thanks! I started a discussion, we can continue there if you're interested. I like your suggestion @som-snytt but it would still require updates to several tools and public style guides, which is why I think the impact of this change was perhaps underestimated. |
Everyone is confused why the style page recommends the odd
column for asterisks.