Practical Testing: 10 - Fixing the tick count wrap bug, again
Practical Testing: 10 - Fixing the tick count wrap bug, again
Submitted by /* Rambling comments... */ on Sat, 24/07/2004 - 09:24.Previously, on Practical Testing: having bolted on some tests to an existing piece of code we're now doing some "agressive refactoring" ;) and rewriting the code from scratch using the testing ideas we developed earlier. The whole point of this exercise was to fix a known bug, we did that in the existing code here, now we have a test that forces us to address the issue in the new code.
