Article about problems & suggestions for D 2.0

Christian Kamm kamm-incasoftware at removethis.de
Sat Aug 27 10:55:32 PDT 2011


Benjamin Thaut wrote:

> After having used the D 2.0 programming language for a year now and
> having completed 3 projects with it, I wrote a small article about the
> problems I had with the D 2.0 programming language and what suggestions
> I have to improve it.
> 
> http://3d.benjamin-thaut.de/?p=18
> 
> Comments and criticism welcome

About assert: you can probably set a breakpoint on onAssertError/ 
onAssertErrorMsg or use core.exception.setAssertHandler to override the 
throwing behavior (though that is deprecated).



More information about the Digitalmars-d mailing list