Program logic bugs vs input/environmental errors
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sun Sep 28 10:36:12 PDT 2014
On 9/28/2014 2:28 AM, bearophile wrote:
>> And for exceptions I agree completely with your arguments and I think that
>> there is no need for stack.
> I think Walter is not suggesting to remove the stack trace for exceptions.
I suggest removal of stack trace for exceptions, but leaving them in for asserts.
Asserts are a deliberately designed debugging tool. Exceptions are not.
More information about the Digitalmars-d
mailing list