Would you support this code?

“If I had to perform all future maintenance on this code, would I be happy?” or “Would Person X still be my friend if I left them to maintain this code?” I’ve been thinking recently about motivating developers to write good (ie. maintainable) code. We all know how easy it is to fire and forget… ...

It’s Ridiculously Cold

I was in Mexico a couple weeks ago and I come back to this… The first snow storm of the year happened yesterday and it was pretty rough by Victoria standards. The city was essentially shutdown today, no buses, no university, and no work for me. I may live in Canada, but I don’t live ...

First Hack Day 1

The past little while I’ve been planning a Hack Day for the company that I work for. We were originally supposed to hold it a few months back but some project deadlines got in the way and it inevitably got delayed. However, we’re in the home stretch and we’ll actually be holding the event tomorrow, ...

CruiseControl Presentation For VIJUG

I did a quick talk on CruiseControl at tonights Vancouver Island Java Users Group meeting. The S5 presentation is available here.  It was put together at the last minute so consider it a brief introduction.

Toilets that rise from the ground?

Only in Victoria I say. It’s not often that I find out something that’s happening locally from a site like Slashdot. But this article is saying that we’re getting urinals that rise automagically from the ground. Supposed to curb our rampant practice of peeing in public and for a mere pittance of $75,000. What barbarians ...

Freakonomics

I must admit that I don’t read a lot of books, and even less books when those books are not overly technical in nature (I read > 100 feeds daily and tend to read most technical literature online). My girlfriend on the other hand reads quite a bit and given that we were going to ...

Off to Mexico for a week

I’ve decided to take next week off and book a last minute trip to Puerto Vallarta. Looking forward to it… Last year I made it down to the Mayan Riveria for a couple weeks and given that we’ve entered the rainy season here on the west coast, it’ll be nice to see some sun again. ...

Gone Minimalist

I’ve been toying with the idea of switching themes for a little while now. This weekend I bit the bullet and installed the 2813 theme (and upgraded WordPress along the way). We’ll see how it goes, I may just end up switching back to Contempt if the minimalist look doesn’t grow on me.

Testing is good, Button pushing is bad.

Obviously software testing is a good idea. I’ve been a software developer long enough to realize the benefits of investing in up-front testing of the software. It’s baked into my development process and I wouldn’t commit code without at least thinking about the test scenarios, let alone consider writing them up as [unit|integration|regression]-tests. I started ...