On Tue, 23 Jun 2015 13:30:52 -0700, Jeremy Powers via Digitalmars-d wrote:

> Well I don't like assertions either, for specifically that reason.  An
> error is an error, I don't want something to be caught and handled in
> debug to then be ignored and explode on release.  If my release isn't
> checking for it, and subsequently fails, this is now a bug in release
> that was not in debug.

yes. that's why i stopped using simple `assert`, and doing `if (!cond) 
assert(0);` in my code.

Attachment: signature.asc
Description: PGP signature

Reply via email to