Philip J. Guo - Personal Home Page
Main Menu

The benefits of programming with assertions (a.k.a. assert statements)

by Philip Guo (philip@pgbovine.net)

Programming with assertions (a.k.a. assert statements) is a great idea ...

assert (p != null);
// can now use p without first checking if it's null

Links:


Created: 2008-06-20
Last modified: 2008-06-20