there is a short section regarding checked exceptions here
https://kotlinlang.org/docs/reference/exceptions.html
and some arguments on it…
there are pros and cons regarding checked exceptions, google it and you can find plenty of resources (not necessarily videos)… cheers..
👍 1
deactivateduser
02/29/2020, 9:46 AM
kotlin goes with no checked exceptions
r
reevn
02/29/2020, 11:58 AM
@natpryce That talk is the reason I've been obsessing over introducing better error handling strategies into our codebase over the last few weeks. Thank you!