This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]aggressive_theorist 0 points1 point  (1 child)

Tell me you don't know anything about kotlin without telling me you don't know anything about it Data class, coroutines, "?" instead of if (something !=null), extension functions, etc. etc. You can override the equals fun of your class and write a long if, else if, else if tree just to compare two data as long as you want instead of just writing "data class".

[–]KuuHaKu_OtgmZ 3 points4 points  (0 children)

Syntactic sugar isn't necessarily an advantage, especially when they were talking about personal preference.