22 Apr
2004

TDD Justifies Itself

Although I was not a quick convert to TDD, I think I was just won over. I am currently writing a custom task for nAnt and am using TDD practices while doing so, running tests and refactoring , etc. Here’s the meat. I have been playing with an algorithm for incrementing build numbers in my […]

Read More
22 Apr
2004

System.Version

Can anyone tell me why this class is A) sealed or B) not a struct? I had to write a horribly goofy wrapper class over the top of System.Version because I couldn’t derive from it. While we are at it, why are the member properties read only? This class provides basically no functionality other than operator overladed […]

Read More