DIP65: Fixing Exception Handling Syntax

Jakob Ovrum via Digitalmars-d digitalmars-d at puremagic.com
Fri Jul 25 17:09:58 PDT 2014


On Friday, 25 July 2014 at 23:12:33 UTC, Walter Bright wrote:
> On 7/25/2014 3:56 PM, David Nadlinger wrote:
>> Let's just get rid of "catch {}" which encourages unsafe code 
>> and be done with it.
>
> We need to stop breaking code.

Either change breaks code. There's no evidence to support that 
catch{} is more commonly used than catch(MyException!true) et al.


More information about the Digitalmars-d mailing list