Comment on Is Java Still Keeping Up with Modern Programming Languages

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

Yeah it can be slightly hairy because Java does a terrible job with nullability. I’ve also done an incremental migration of an android codebase to Kotlin.

Personally I think being forced to declare the nullability of a field is something backend developers should do more of. It helps eliminate some of the foot guns that otherwise get built into the code base.

I’m a bit of a kotlin fanboy though, I’ll admit.

source
Sort:hotnewtop