Last Updated: February 14, 2016
·
722
· insanehunter

Always mark your temporary debug changes

Everytime you change some code for debug purposes (e.g. making conditional statements be always true, commenting out some code etc), mark the relevant lines as:

// FIXME: debug.

Later you can find all these forgotten bits of debug code by using Find in Files.