Open harsh183 opened 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.
const
final
val
Lots of languages have
const
andfinal
but people don't use it too much. Kotlin has it's syntax setup that it encourages people to useval
quite often so suggesting some good practices and strategies to make sure it's there about 80% of the time.