Not C. C errors are different since they are simply numbers.
And spoiler alert, every language propagates errors. Sometimes automatically via exception handling, somewhat simply by returning error values.
rust does this too.
Matter fact, even javascript might be creeping toward this model of explicit error propagation soon.
Comments
Not C. C errors are different since they are simply numbers.
And spoiler alert, every language propagates errors. Sometimes automatically via exception handling, somewhat simply by returning error values. rust does this too.
Matter fact, even javascript might be creeping toward this model of explicit error propagation soon.
Good, because it is easier to understand.
Easier to understand and even easier to get it wrong!