vote up 6 vote down star
2

Hi,

I am wondering what performance indicators people encounter, and think are realistic, for programmers in the workplace?

I've seen numerous articles (I can't recall a really good one that I read right now) that detail how programmers will optimise for the metric they are being measured by (whether that be lines of code etc.).

However, is there any metric that can be used as a good performance indicator of a programmer in the workplace, and conversely be used as a milestone by a programmer when negotiating with management?

Replies Thanks for the link to that one and good feedback so far!

flag

7 Answers

vote up 10 vote down check
  1. Good quality code as verified at code reviews
  2. Low bug count
  3. Product shipped on time
  4. Interacts well and shares knowledge with team
link|flag
I would add to this the answer by @aksangrav about "rebounds" and call it good. It's nice to examine hard, enumerable metrics like 2, 3, and the "Rebounds" thing rather than stuff like 4. – Bill K Jan 14 '09 at 18:06
vote up 5 vote down

Tips For a Software Engineer Performance Review

link|flag
vote up 3 vote down

The only performance metric I think is important is how well you meet your task estimates and the quality of your work.

If you have a programmer who is consistently meeting deadlines and has minimal implementation bugs and a well-tested and documented solution then that is a good performance indicator.

Lines of code, for instance, is a horrific indicator. I think you can only really judge performance on the time-scale of whole features rather than individual days.

link|flag
vote up 3 vote down

I measure performance of a developer via his/her "rebounds". So, wtf is rebound? It is jobs which the developer says 'done' for them and then come himself/herself back after a while. More rebounds, more risk.

link|flag
vote up 3 vote down

In the Agile/Scrum space there is the Velocity metric which determines how many story points you've completed per iteration. It you commit to fixing bugs as they appear you can then get an semi accurate metric.

Even though you are offsetting the time spent fixing bugs to the next iteration you will get an average going over a few iterations. Another good approach is to put all the setup tasks up front (setting up source control, automated builds, CI etc) into an iteration 0 so you are just measuring time spent on development. This will be skewed by varying resources and holiday time though.

link|flag
vote up 2 vote down

It's really hard to measure. Martin Fowler even says it can't be done: Cannot Measure Productivity

link|flag
vote up 0 vote down
  1. More (and more) time to code a beatiful design code, and think of good architecture.

  2. Respect from colleagues, friends, others.

  3. Good work place.

  4. Nice girls around :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.