Re: [GD-General] problems while debugger is attached
Brought to you by:
vexxed72
From: Noel L. <nl...@co...> - 2006-07-23 22:32:42
|
On 7/23/06, Chris Chapman <can...@gm...> wrote: > Before I started using test driven development for these things, I > could spend ages beating my head against weird behaviour like that. Chris, I'm curious about how test-driven development helped with situations like that. Is it because you simply don't use the debugger as much, or because it helps avoid those race conditions somehow? When I apply test-driven development it's at a very small scale (function or class), so none of the tests actually deal with multiple threads, inter-process communication, etc (the functional tests do though). So that's one situation where I haven't found TDD to help much with and I was very curious about your comment. --Noel |