That’s an interesting option, but I think I favor ...
# random
d
That’s an interesting option, but I think I favor Kotlin’s val/var though, it punishes you enough for using var (ie. with smartcasting), that val should be developer’s default choice, but mutable definitions aren’t uglier. (I think I would prefer Rust’s style to Java though)
👍 1