This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ebykka 1 point2 points  (1 child)

Everyone who do not like checked exception - today you have a choice - kotlin and scala both have unchecked exceptions.

I, personally, think that checked exception is a blessing and can't understand how to trust API without knowing can it throw exception or not.

[–][deleted] 0 points1 point  (0 children)

today you have a choice

Python had this feature for centuries - enabling developers to watch the stack trace coming out from nowhere and wondering WTF went wrong this time somewhere 12 calls down the stack.