[Joke] C++ and D namings

Walter Bright newshound2 at digitalmars.com
Thu Jan 21 09:49:40 UTC 2021


On 1/20/2021 2:51 AM, claptrap wrote:
> nothrow is still a terrible name for something that can still throw.

I tend to agree.

My thinking has evolved over the years, and I now think that Error should never 
be thrown, ever. If you have a non-recoverable error, you should just exit or 
call a user specified function. Not attempt to unwind the stack.

If someone wants to put a DIP out for that, I'd be favorably inclined.



More information about the Digitalmars-d mailing list