About assertion handling #123
-
Why do many type mismatch handling mechanisms use assertions instead of returning true, false, or exceptions? |
Beta Was this translation helpful? Give feedback.
Answered by
BlackMATov
Mar 30, 2025
Replies: 1 comment
-
There are several reasons for this.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bizehao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are several reasons for this.
invoke
andtry_invoke
for example)