Do you really need `var`'s? It's a good habit in k...
# getting-started
i
Do you really need `var`'s? It's a good habit in kotlin to use `val`'s by default and only use `var`'s when absolutely required