|
|
|
|
|
by kodablah
3323 days ago
|
|
Kotlin as a language has expectations on IDE capabilities. I doubt the problem of accidentally typing "r" instead of "l" at the end of a keyword is as prevalent as someone typing "var" instead of "const" and not coming back to make it immutable. A quality compiler can warn about an unmutated mutable variable which solves all problems. Remember recently on the Java mailing list there was a lot of bikeshedding concerning this point. I don't think it matters near as much as the discussion surrounding it thinks. Oh, and finally, "const" has a specific meaning: compile time constants. |
|
Maybe other people's brains work differently than mine, but I'm sure I will be slightly slowed down by this.