Replies: 1 comment
-
The language does not support exceptions by design. As a former Java developer, I noticed that many programmers caught and logged exceptions and threw them up the stack where they were logged or ignored. I also saw that programmers would catch "catch-all" generic runtime exceptions. I like the C paradigm of checking the return values from functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have read
Getting Started
and it doesn't mention anything about Exceptions.Beta Was this translation helpful? Give feedback.
All reactions