HackerTrans
TopNewTrendsCommentsPastAskShowJobs

y0y

no profile record

comments

y0y
·7 anni fa·discuss
Ah, I'm confusing its availability with Shenandoah and zgc.

Unfortunately, the last time I used IntelliiJ it came with its own JDK8. Is that still the case, I wonder?
y0y
·7 anni fa·discuss
The new breed of garbage collectors may change this significantly for the better. They need to be explicitly enabled, but there is a GC (G1) that may be better suited for desktop applications (low latency pauses, relinquishes memory to the OS more frequently while idle, etc.) available in Java 11.
y0y
·7 anni fa·discuss
Scala was the only language that I gave up and used an IDE for several years ago due to the nature of implicits.

The language server protocol has been a game-changer, though. Now I'm back to 100% terminal and couldn't be happier.