I am currently working on a Test Driven Development (TDD) Flickr API library in .NET. There already exists a FlickrNet library that is written in .NET, but it was written without using TDD and is very tightly coupled to the methods that send requests to flickr. I’ve tried refactoring the library but it just isn’t [...]
I recently helped a friend out with the technical side of going “agile”. This meant setting up some project source control and automation for build and test. I have a pretty advanced automation setup on most of my projects right now. It’s far from perfect (I don’t have nightly releases being tagged, etc), but it [...]
Well I haven’t blogged lately and I thought I would throw something out there about my current efforts. I’ve been at work doing a lot of PHP stuff lately and I’ve been really unsatisfied with the setup I had. The code I”m working with is mostly legacy PHP 4 code, so I’m rewriting it using [...]