Oh, come on.

What is this “unit testing”?

In Mother Russia, this was an appropriate level of testing:

#ifdef _DEBUG

assert(some_stuff);
assert(expr() == 3);
assert(so_on && so_forth);

#endif /* _DEBUG */

That is all a real man needs.

Leave a Reply