Variable declaration.

Hey guys, I’m learning about Kotlin, and I’d like to hear from you guys about good practices in variable declaration.

Is it recommended that you declare each variable’s type at the time of creation, or can type inference be used to omit the explicit type declaration?

submitted by /u/bobbio02
[link] [comments]