# Started <date> by <name> # # $Author$ # $Date$ # $Id$ # $Revision$ # # [Modified <date> by <name>]* # <name of the file> <version_of_the_source> # Sanity checks: VARS|PROF|CERT # # PPCG: <version of the PPCG you are coding after> As for the sanity checks: VARS: Checked if there are any unnecessary variables (unused, used only once) and removed them PROF: Code has been examined and optimized by the help of the Profiler CERT: Certify, that this file has been validated against the stated PPCG - To work out the design priorities at PetaMem consider the following priorities for your code: Prio 1 CORRECT does what you intended what you intended was specified Prio 2 MAINTAINABLE well structured/modularized good documented easy to understand Prio 3 REUSABLE generic Prio 4 EFFICIENT fast ressource friendly small memory footstep etc.