Daily Archives: July 28, 2005

How not to handle errors.

Steve has an interesting post about C++ error handling. At least your codebase, Steve, isn’t full of stuff like this. catch (…) {     ASSERT(false); }

Posted in tech | 1 Comment