Comment on Is Java Still Keeping Up with Modern Programming Languages

<- View Parent
huginn@feddit.it ⁨7⁩ ⁨months⁩ ago

I’m normally working in Kotlin when coding because I do Android development. I’ve had the misfortune of taking up some slack in a greenfield backend project and holy God is it miserable.

Everything is harder to read, every basic data model is 200 lines of getters and setters, multithreading is painful, basic transformers require separate class declarations. And that doesn’t even touch on the horrific experience of using Jackson to handle json serialization.

source
Sort:hotnewtop