|
|
|
|
|
by BeetleB
150 days ago
|
|
> In low-level systems software, which is a primary use case for C++ I can assure you: Most C++ SW is not written for low-level. > exceptions can introduce nasty edge cases that are difficult to detect and reason about. That's true, except for languages that ensure you can't simply forget that something deep down the stack can throw an exception. BTW, I'm not saying C++'s exceptions are in any way good. My point is that exceptions are bad in C++, and not necessarily bad in general. |
|