Let's improve D's exceptions
    Adam D. Ruppe via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Thu May 14 05:33:17 PDT 2015
    
    
  
On Thursday, 14 May 2015 at 10:08:36 UTC, Jacob Carlborg wrote:
> It was a while since I looked at that DIP, but I'm mostly 
> interested in the hierarchy.
I think hierarchies will get better too if there were more 
incentive to use them - data members instead of string concat 
encourages new classes and you want to inherit from something... 
then if there's not a million lines of boilerplate for a new 
class, it gets to be a lot easier to do.
    
    
More information about the Digitalmars-d
mailing list