Thursday, October 14, 2004 - Posts

Continuous Builds and Lava Lamps, Part 2

A couple of months ago, the idea of using a pair of lava lamps to signify the current status of the continuous made the rounds. In fact, a blog on Pragmatic Automation description how Curtis Olson got it running. A client of ObjectSharp 's has taken it Read More...

Poor operator overloading (or why I'm an evil developer)

In the project that I'm working on, I had the need to overload the Equals operator for a custom class that was being used. This is a fairly well known problem, although if you haven't done it before, there are enough traps to make it challenging. More Read More...