Null references (oh no, not again!)

Walter Bright newshound1 at digitalmars.com
Wed Mar 4 00:27:29 PST 2009


Rainer Deyke wrote:
> Writing an assertion for every non-nullable reference argument for every
> function is tedious.

It's also quite unnecessary. The hardware will do it for you, and the 
debugger will tell you where it is.

The hardware won't help you with array overflows or uninitialized 
variables, however.




More information about the Digitalmars-d mailing list