harsh183 / gentle_kotlin

A gentle introduction to Kotlin
https://gentlekotlin.com
Creative Commons Attribution Share Alike 4.0 International
7 stars 1 forks source link

Add article on `val` vs `var` #27

Open harsh183 opened 3 years ago

harsh183 commented 3 years ago

Lots of languages have const and final but people don't use it too much. Kotlin has it's syntax setup that it encourages people to use val quite often so suggesting some good practices and strategies to make sure it's there about 80% of the time.