From: Berend de B. <be...@po...> - 2001-05-28 19:09:57
|
Eric Bezault <er...@go...> writes: > > Raising exceptions is a core feature of eposix: > > Yes, that's what I read in your doc, and to say the least that's > not what I prefer the most in the design of eposix. (I'm copying this to eposix mailing list too) The only other option I see is a global errno variable, like C. History learns that programmers do not check errors in such cases. This can lead to security breaches and/or corrupt data. I also prefer not to think about errors: if there is an error, it is exceptional, so just quit. Have you other solutions or suggestions? As exception raising is done in just one place it's easy to change into an option or something elese. Groetjes, Berend. (-: |