DEV Community

Discussion on: Why you should NOT HATE Java!

Collapse
 
devdufutur profile image
Rudy Nappée

Because companies are chilly ? 😁

In mine just replacing Java with Kotlin (keeping same framework, same supervision tools, same IDE...) is quite complex 😔

Collapse
 
siy profile image
Sergiy Yevtushenko

And has no sense. Kotlin "features" make keeping code clean and maintainable much harder, than with Java.

Thread Thread
 
devdufutur profile image
Rudy Nappée

Lol.... Not sure if you're trolling , but in my experience it's exactly the opposite. Less code lines, using ADTs, powerful pattern matching make your code so much expressive and safer.

Thread Thread
 
siy profile image
Sergiy Yevtushenko

See my comment above.

Collapse
 
sahilpabale profile image
Sahil Pabale

yeah it's bit hard though