Go to the first, previous, next, last section, table of contents.
As a nice simple, indeed trivial example consider the following:
- Include `nana.h' in your project wide include file.
- Use `I' to check invariants in your code. In particular
all functions or methods should be required to check their pre and post
conditions.
- Use `DL' to print debugging messages in your code. This means
that debugging messages only occur when you run the program under the
debugger.(11)
Go to the first, previous, next, last section, table of contents.