I happen to think Kotlin’s syntax for multiple con...
# random
c
I happen to think Kotlin’s syntax for multiple constructors is a bit funky, but that’s personal taste. I do think it’s useful to have constructors called with a constant name (e.g.
constructor
, or
init
) regardless of the class name.