>Kotlin’s design principle of making important ...
# language-proposals
b
Kotlin’s design principle of making important things explicit
than please make that all function have throws in function declaration like in Java 3 replies I hate it when things throw without me knowing. It seems like an oversight that I have to deal with `null`s like crazy presumably to avoid
NullPointerException
, but all other exceptions and errors are completely ignored by the compiler.