Zeuthen: Writing a C library, part 1
Posted Jun 28, 2011 9:20 UTC (Tue) by
gowen (guest, #23914)
In reply to:
Zeuthen: Writing a C library, part 1 by dgm
Parent article:
Zeuthen: Writing a C library, part 1
Returning error codes, and per thread error flags are nothing new. It has been standard practice for ages. It works, and is not that complicated.
I never suggested it was overly complicated, I was disagreeing with the assertion that it was the *most* simple. Almost everything else you say I am in agreement with.
Good engineering says "don't call abort()"
(
Log in to post comments)