Log in

Posts Tagged ‘Agile’

Jan
24
How many devs could get hit by the beer truck and the project still go on?

photo credit: OctopusHat


I’ve recently been sucked back into the world of Java to work on a fairly agile-friendly project. We’ve got 2-day iterations going on and quite a lot of communication. Despite a severe lack of testing – which i’m working on – all seems well. But i’ve noticed a habit that bugs me a little. We’re meant to be passing this code off to some other teams and as such are trying our best to keep it clean and well javadoc’d for those that follow us. The problem i have with this is a simple little tag that Eclipse likes to throw in whenever you start a javadoc comment for a class; that tag is @author. I can’t stand the little bastard. We’re a team – we’ve all ripped at the guts of this code and if we’re anywhere near as agile as we aim to be then ownership of code shouldn’t matter. I’m aware this this auto-generated tag doesn’t really mean much but its mere existence irks me.

Oh, and if you’re wondering about the Tacate truck it is actually related. As the old coding parable says: “how many developers could be hit by the beer truck and the project still survive?”. Figured it’d be fitting since i was ranting about the topic of code ownership.

Jan
14

We switched to Git from Subversion on one of my projects at work because of some rather untimely downtime on our gforge server (for the record i hate that beast of an app and it’s pathetic attempts at UI design). I’d struggled with the transition to Git as i’d largely heard the “it’s distributed and solves world hunger!” arguments for the switch but when i looked around i saw everyone hosting on GitHub (which i love) as a centralized server much like you would with SVN and thus retreated into grumpy old man territory in which i shouted at this new-fangled version control system to get off my lawn.

It wasn’t until i read Josh Susser article on Agile git and the story branch pattern that some of the other advantages of Git really began to sink in. It’s truly a great little intro to the concept of story branches which clicked quite well with me. I’m now a happy Git convert and enjoying the freedom of slapping code at branches not having to worry about the inevitable pain of merging.