[Semi OT] Language for Game Development talk

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 26 11:20:26 PDT 2014


On 9/26/2014 8:21 AM, Manu via Digitalmars-d wrote:
> I've never used an exception before. I can't imagine a reason I would
> ever want to.

Nothrow is your friend, then!


BTW, you need exceptions if there appears in your code things like:

     if (errorHappened) goto LcleanupCode;



More information about the Digitalmars-d mailing list