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).
