Y
Hacker News
new
|
ask
|
show
|
jobs
by
vnglst
3323 days ago
I'm guessing here: With const there's always the disccusion about consts not being constant, e.g. when referencing an array or object (reference itself is constant). With "val" you don't have that confusion?
1 comments
mattnewton
3323 days ago
But why not let? Or any word that doesn't start with "va"?
link
meddlepal
3323 days ago
I've been writing Kotlin for a year and a half and it has yet to be an issue.
link