|
|
|
|
|
by reactordev
877 days ago
|
|
“Error states are a normal part of all code, no exceptions required since obviously many languages don’t have them.” An error and an exception are the same concept. Yes, it’s true that not using the std::exception class or any template named “exception” is exception free code. But you’re just lying to yourself. An error check or an assert or verify not <condition> is a “catch”. |
|