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. [...]
Monday, September 7th, 2009
The problem: Hiding Your hbm.xml files in Visual Studio (or not)
The solution: How to nest NHibernate mapping files in Visual Studio projects
I’m doing this in Visual Studio 2008. I don’t know if this is a “bug” or not, but it sure is annoying. The fix Timo posted does work, but it requires editing your .csproj [...]
Saturday, August 9th, 2008
Douglas Crockford’s JavaScript: The Good Parts is a short, but informative read that all JavaScript developers should probably pick up. In it, he describes what parts of the JavaScript language we should be using (the good parts) and what parts we shouldn’t (the bad and the awful parts).
To help keep ourselves in check, he’s made [...]