Stewart Stremler wrote: >.. > > I'm seeing more and more code that doesn't lend itself to simple tests. > It takes a fair effort just to configure the environment to get the > damn thing to *run*. > > Trying to write a test for that sort of application is a tad daunting. > What do you do when confronted with a program that takes a half-day to > set up before you can get it to run at all?
It's remarkable: once you become addicted to test driven development, your code structure seems to change (improve!) just by thinking in advance "how will I write a test for this feature/behavior". ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
