Monday, September 28th, 2009
I took some time tonight to throw together a build script for producing proper releases of AutoRunner. If you don’t feel like compiling it yourself, you can get a pre-compiled version here.
I used ILMerge to merge the Growl for Windows assemblies into the executable so it’s basically a single file now.
By the way, last night [...]
Sunday, September 27th, 2009
I recently came across this awesome code kata performance by Corey Haines here.
Besides enjoying and learning from his actual performance, I was really impressed by his use of a Ruby tool called autotest. (I’m not sure, but it looks like it has become autospec.)
Not being a Ruby developer, I wanted the same thing for .NET. [...]