RFR: 6787: Simplified stack trace tree model [v2]
Marcus Hirt
hirt at openjdk.java.net
Thu Nov 19 18:31:03 UTC 2020
On Thu, 19 Nov 2020 16:07:36 GMT, Alex Ciminian <github.com+348973+cimi at openjdk.org> wrote:
>> This is true for methods as well - will not add this to all places.
>
> I got this habit from Go, the style guide specifically states that all acronyms should be uppercase.
>
> It took a while to get used to but I started liking it afterwards
That's how we started out. That said, the uppercase completion and search in IDEs makes it so very convenient to go with uppercase first then lower case. It also avoid some cases where it becomes a bit unreadable, such as the last letter of the acronym being the same as the first letter of the next part. Using the same for both acronyms and initialisms makes the rule easier to understand and explain.
-------------
PR: https://git.openjdk.java.net/jmc/pull/159
More information about the jmc-dev
mailing list