Replies: 1 comment 4 replies
-
I think this is a topic that caused many discussions and also quarrels during the years over many teams (at least this was my experience). We chosen this one, that makes large use of the In my humble opinion this approach has these advantages:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
About the coding principles: why exactly would one use unchecked exceptions over checked exceptions?
I cannot find the motivation behind it and have great difficulty with it in the field of failure-safe engineering. Even the people at Oracle self say:
“If a client can reasonably be expected to recover from an exception, make it a checked exception. If a client cannot do anything to recover from the exception, make it an unchecked exception.”
Beta Was this translation helpful? Give feedback.
All reactions