e that it helps. And then only sparingly.
>
>Hope this clarifies how I reason about this.
>
>/Claes
>
>
>On 2021-05-12 22:49, Michael Kroll wrote:
>> Hello,
>>
>> just being curious here:
>> Before we start to change every usage of String+String into
&g
Hello,
just being curious here:
Before we start to change every usage of String+String into String.concat,
shouldn't the compiler be so smart to do that for us?
Currently it compiles to invokedynamic if available and to using StringBuilder
otherwise. Now why doesn't it compile to String.concat i
Thank you for your reply. I am not truly satisfied with this explanation
(especially Josh Blochs "i am unwilling to create a few more interfaces" -
sounds a bit silly if you look at all those unmodifiable-workarounds that are
in place by now, even those incorporated into IDEs to warn the devel