Software Metrics in Agile Methodologies

Posted by geowa4 on Stack Overflow See other posts from Stack Overflow or by geowa4
Published on 2010-04-22T17:44:39Z Indexed on 2010/04/28 4:23 UTC
Read the original article Hit count: 284

Filed under:
|
|

Agile methodologies are rather prevalent these days, but I cannot seem to find much documentation on what metrics are most useful and why. I have found many more things saying that some traditional metrics like LOC and code coverage of tests are not appropriate, leaving two main questions:

  1. Why are those two (and other) metrics inappropriate?
  2. What metrics are best for Agile and why?

Even with an Agile process, wouldn't you want to know how much code coverage you have with your unit tests? Or is it simply that this metric (and others) just are not as useful as other metrics like cyclomatic complexity and velocity?

© Stack Overflow or respective owner

Related posts about process

Related posts about agile