|
|
|
|
|
by wvenable
4012 days ago
|
|
This has nothing to do with exceptions. If some function updates half of some structure and then just returns due to a bug then you have an inconsistent state and no exceptions were involved at all. And your application keeps running in an inconsistent state. |
|