Re: abort or verify?
From: Mark Benedetto King <mbk_at_lowlatency.com>
Date: 2004-11-10 16:58:29 CET
On Wed, Nov 10, 2004 at 03:29:59AM +0000, Julian Foad wrote:
I believe that we should always have code of the form:
assert(!blah);
In some cases, that would manifest itself as:
assert(x);
In some cases, that would manifest itself as:
assert(x);
Because the assertion generates such rich error messages,
--ben
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.