
13 Dec
2005
13 Dec
'05
3:13 a.m.
On 12/12/05, Beman Dawes <bdawes@acm.org> wrote: What is your view on the issue of error handling? Are you happy the way it
now stands? Would you prefer exceptions be thrown? Would you prefer a "can't ignore" return error code approach?
I prefer that exceptions not be thrown as I think they add little value over the simple error code wrapper in the library right now. They also beg the question of what mechanism would be used to trigger the exception. The un-ignorable error type might be an interesting solution however. -- Caleb Epstein caleb dot epstein at gmail dot com