Y
Hacker News
new
|
ask
|
show
|
jobs
by
EsssM7QVMehFPAs
2371 days ago
Kotline looses me at
val
vs.
var
So much focus on readability otherwise, what happened there?
1 comments
jrempel
2371 days ago
value vs variable. As someone that works on both Kotlin and Java daily, what is issue? 95% of the time I'm using val.
link
Larrikin
2371 days ago
They also look completely different in the IDE
link
dep_b
2371 days ago
They should because it's very easy to miss when skimming over the code otherwise.
link