Most of those things should be moved up a bit!
# announcements
k
Most of those things should be moved up a bit!
m
I agree. Put Kotlin benefits above Java bullet points.
k
Well I mean move some of the stuff in "What Java has that Kotlin does not" into "Some Java issues addressed in Kotlin".
Primitive types, wildcard, non-private fields.
And remove ternary operator because that just got replaced with
if
expressions.
m
Ahhh yes. Even better! As it stands, people assume the list is things kotlin is missing or that are better in Java when we all know they aren't.
k
I'm still salty about companion objects, that can stay in the list.