|
|
|
|
|
by smt88
2560 days ago
|
|
Java's strictness used to be tedious and redundant. Don't assume all strict languages work like Java. Type inference in Kotlin, for example, is fantastic. Strictness with good error messages is much better for beginners. That's why I use the strictest possible language in professional work: if the compiler can do a bunch of work for you, why not let it? Strictness is like bumper lanes or training wheels. |
|