Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Oscar Merida:
Measuring developer productivity
Dec 16, 2013 @ 17:51:04

Oscar Merida has shares some of his thoughts about measuring developer productivity inspired by a recent article covering the same topic.

My friend Sandy shared a link to a fascinating natural experiment comparing the productivity of two similarly tasked developer teams. If you haven’t read it already, take a minute to check it out. I’ve seen this need for visibility throughout my career. [...] if you want to measure actual productivity, in terms of what tasks your development team what can you do? This is where I think a good habit of issue+SCM tracking, rigorous testing , and continuous integration can really shine.

He also talks about a few of the bad practices some companies get in the habit of using to represent this same metric including "butts in seats" time and the totals of billable hours. He suggests a better alternative is measuring things like issues addressed in your bug tracker and ongoing performance metrics from a continuous integration system.

tagged: developer productivity measure bugtracker performance unittest

Link: http://oscarm.org/2013/12/measuring-developer-productivity/


Trending Topics: