Coding Woes

Sep 11, 2007 11:26

So, this project I've been working on from time to time for the last couple years actually has recently been completed. The problem is, as it stands, there's no way to (officially) test it within the framework of the program for which it is designed. So, a driver program, which goes through the code, runs a bunch of test cases, and prints out the ( Read more... )

Leave a comment

Comments 2

eldrichgaiman September 12 2007, 02:00:38 UTC
A couple of #define's would solve that equal/not-equal problem for you.

Reply

transcendant September 12 2007, 03:21:38 UTC
Yeah, it would, but I like to think I can remember it. Except when I'm getting pissed off that my results aren't as expected. Plus, using #defines makes the code (slightly) harder to read.

Reply


Leave a comment

Up