Author: Steven Edwards
Date: 14:43:39 06/16/05
Go up one level in this thread
The number one bug detection hint is: perform regression testing of your program on at least two different platforms. By varying the CPU, the OS, and the compiler, it becomes much more likely to have early detection of nasty bugs related to bad pointers, uninitialized variables, memory leaks, faulty assumptions concerning the run time support, and any number of unrecognized dependencies. If you don`t have a second, different platform for this, then find a friend who does and arrange some sort of automated build/test/report procedure. Return the favor if possible.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.