On 1/11/2015 11:09 PM, Tobias Müller wrote:
- Error codes are automatically ignored
- Exceptions are automatically propagated

IMO both are not ideal and lead to sloppy programming.
Ignoring errors is of course worse than aborting where you could have
handled the error.

Rust-style "packed" errors are nice because you are forced to think about
the correct handling.


I don't think this is an answer to my point.

Reply via email to