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.