+ 10
What flaws has the language Kotlin?
The most ugly aspect of kotlin is that it's classes, though still passed by reference, are declared FINAL by default which makes it unable to make changes to the value of the Base class from any class that extends it. The devs should find a way to change that else converting from Java to kotlin will be a nightmare since the feature remains in Java @kotlin Be statically typed, suppress the getter and setter and also declare all the classes to be final But by the end of the KotliN madness, Java will take over
4 Réponses
+ 11
missing the beauty of the classical Java
+ 9
kotlin may come with different improvements but Java is still Java
+ 7
Java is already hard, imagine kotlin
+ 5
thanks for the insight