Join Slack
Powered by
Why are Exceptions in Kotlin always unchecked? Wou...
# announcements
s
silvio
12/11/2019, 1:48 PM
Why are Exceptions in Kotlin always unchecked? Wouldn't this lead to a lot of programming errors?
a
Adam Powell
12/11/2019, 1:56 PM
This is a good read on the topic
https://www.artima.com/intv/handcuffs.html
s
silvio
12/11/2019, 1:58 PM
Oh, ok seems plausible. Thank you!
i
itnoles
12/11/2019, 8:32 PM
Java have unchecked exceptions that inherits RuntimeExpection
s
silvio
12/11/2019, 8:33 PM
Yeah I know. But it also has checked exceptions. That was the point of my question. But the article explained it really well.
3
Views
Open in Slack
Previous
Next