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

value vs variable. As someone that works on both Kotlin and Java daily, what is issue? 95% of the time I'm using val.
They also look completely different in the IDE
They should because it's very easy to miss when skimming over the code otherwise.