DEV Community

Discussion on: What do you dislike about your favorite language?

Collapse
 
olegthelilfix profile image
Oleg Aleksandrov

I like kotlin, but a function declaration syntax is a bit annoying, cuz I alway forgot the correct syntax, I dunno why(
Ex:
fun myFuction(a: String) : Int

Brrrr