
12 Sep
2006
12 Sep
'06
12:47 p.m.
Alexander Nasonov wrote :
What do you prefer to look for in a code, for missing checks or for invariants?
Good code should be exception-safe anyway.
Point one: Get real. People rarely have time to analyze exception safety. Point two: All C code is exception-safe by definition. It's much easier to audit C code because one doesn't have to think about rather unusual path of execution. -- Alexander Nasonov