|
|
|
|
|
by incepted
3774 days ago
|
|
> One of the things I love about Scala is that you don't have to "go all the way" though This is true of any language so it doesn't mean much. Still, we went through the same thing with C++ 20 years ago. Google even used to have (still does?) a style guide saying which features to use and which ones not to use. Instead of having to use a guide that tells me which features of a language are dangerous, I prefer a language that doesn't require such a guide in the first place. |
|
I don't think there are any dangerous things you can do in Scala that you can't do in Kotlin. Only safe alternatives that exist in Scala but not in Kotlin.