Y
Hacker News
new
|
ask
|
show
|
jobs
by
half-kh-hacker
2253 days ago
Anecdote: Kotlin uses val/var, but IntelliJ (the de-facto standard editor for Kotlin) will underline all mutable variables.
1 comments
tym0
2253 days ago
If you don't mutate them after initialisation.
link