<@U5UU34LPK> commented on <@U3T6LDWTD>’s file <htt...
# language-proposals
u
@karelpeeters commented on @benleggiero’s file https://kotlinlang.slack.com/files/T09229ZC6/F04AVNRBLNP: Requiring unchecked exceptions to be declared is not really feasible, they're often used to report things that are really mistakes in the code, for example
NullPointerException
,
ArrayIndexOutOfBoundsException
,
ArithmeticException
and
IllegalArgumentException
. Where and how do you draw the line?