> Aha... And because they don't you don't have to do it neither? No, but if you make a program that doesn't give you noticeable run-time errors, why put it through an intense debugging before testing it a bit?
You pseudo-code and brainstorm.
You code.
for(int x=0; x < bug.number(); x++)
{
You test.
You debug.
}
You ship.
Heheh.
~Tandon

