Note that there are some explanatory texts on larger screens.

plurals
  1. POSoftware development metrics and reporting
    text
    copied!<p>I've had some interesting conversations recently about software development metrics, in particular how they can be used in a reasonably large organisation to help development teams work better. I know there have been Stack Overflow questions about which metrics are good to use - like <a href="https://stackoverflow.com/questions/189388/what-are-the-most-useful-software-development-metrics">this one</a>, but my question is more about which metrics are useful <strong>to which stakeholders</strong>, and <strong>at what level of aggregation</strong>.</p> <p>As an example, my view is that code coverage is a useful metric in the following ways (and maybe others):</p> <ul> <li>For a team's own internal use when combined with other measurements.</li> <li>For facilitating/enabling/mentoring teams, where it might be instructive when considered on a team-by-team basis <strong>as a trend</strong> (e.g. if team A and B have coverage this month of 75 and 50, I'd be more concerned with team A than B if the previous month they'd had 80 and 40).</li> <li>For senior management when presented as an aggregated statistic across a number of teams or a whole department.</li> </ul> <p>But I <strong>don't</strong> think it's useful for senior management to see this on a team-by-team basis, as this encourages artifical attempts to bolster coverage with tests that merely exercise, rather than test, code.</p> <p>I'm in an organisation with a couple of levels in its management hierarchy, but where the vast majority of managers are technically minded and able (with many still getting their hands dirty). Some of the development teams are leading the way in driving towards agile development practices, but others lag, and there is now a serious mandate from the top for this to be the way the organisation works. A couple of us are starting a programme to encourage this. In this sort of an organisation, what sort of metrics do you think are useful, to whom, why, and at what level of aggregation?</p> <p>I don't want people to feel their performance is being assessed based on a metric that they can artificially influence; at the same time, the senior management are going to want some sort of evidence that progress is being made. What advice or caveats can you provide based on experience in your own organisations?</p> <p><strong>EDIT</strong></p> <p>We are definitely wanting to use metrics as a tool for organisational improvement not as a tool for individual performance measurement.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload