<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webster &#38; Associates LLC &#187; Metrics</title>
	<atom:link href="http://bfwa.com/category/metrics/feed/" rel="self" type="application/rss+xml" />
	<link>http://bfwa.com</link>
	<description>We can help.</description>
	<lastBuildDate>Thu, 27 May 2010 02:24:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pitfall: Using the wrong metrics (or none at all)</title>
		<link>http://bfwa.com/2008/06/23/pitfall-using-the-wrong-metrics-or-none-at-all/</link>
		<comments>http://bfwa.com/2008/06/23/pitfall-using-the-wrong-metrics-or-none-at-all/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 18:32:44 +0000</pubDate>
		<dc:creator>bfwebster</dc:creator>
				<category><![CDATA[IT Project Management]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[PMSE]]></category>
		<category><![CDATA[Pitfalls]]></category>

		<guid isPermaLink="false">http://bfwa.com/?p=67</guid>
		<description><![CDATA[[From Pitfalls of Modern Software Engineering by Bruce F. Webster (forthcoming)]
Categories: managerial
That which gets measured gets accomplished or, at least, evaluated. That’s why  various software metrics are used as an indication of progress and accomplishment.  The best known and easiest to compute is lines of code (LOC), usually measured as  thousands of [...]]]></description>
			<content:encoded><![CDATA[<p>[From <a href="../2008/02/25/pitfalls-of-modern-software-engineering-an-explanation"><strong>Pitfalls of Modern Software Engineering</strong></a> by Bruce F. Webster (forthcoming)]</p>
<p><strong>Categories</strong>: managerial</p>
<p>That which gets measured gets accomplished or, at least, evaluated. That’s why  various software metrics are used as an indication of progress and accomplishment.  The best known and easiest to compute is lines of code (LOC), usually measured as  thousands of lines of code (KLOC). Luckily, LOC has lost its appeal of the years because it  encourages verbosity and constant additions to the code base, even though simplicity  and refinement of existing code are ideal. Function points (FPs) are trendier, but they’re  also harder to measure and so don’t get used as often.</p>
<p>The point is that these metrics and many others have little bearing on modern software engineering.</p>
<p>Use of the &#8220;wrong&#8221; metrics may in some circumstances be better than no metrics at all. In one project I  worked on, we tracked the change in LOC on a subproject basis week by week; it gave a  rough indication of activity in and stability of a subproject. But the wrong metric may turn out to be a bane if misused or misinterpreted by those above you.</p>
<h2>Symptoms</h2>
<p>Use of metrics that don’t appear to be meaningful or that, worse yet, are misleading. Misuse of metrics as a management club.</p>
<h2>Consequences</h2>
<p>Time is spent generating information that is of little value and that may give a  misleading or erroneous indication of how the project is progressing. More seriously,  developers may be encouraged, consciously or unconsciously, to &#8220;produce&#8221; in ways that  run counter to the goals of the project.</p>
<h2>Detection</h2>
<p>Find out which metrics are being used (if any). Consider their influence and impact; see  whether they help predict time or quality of development. Ask other people how they  interpret these metrics.</p>
<h2>Extraction</h2>
<p>Abandon all irrelevant metrics and adopt appropriate ones. Educate all parties involved  about what is being done and why. Establish benefits and rewards for those who take  the time to use the metrics and whose development efforts improve as a result.</p>
<h2>Prevention</h2>
<p>From the outset, educate everyone &#8212; developers, technical managers, upper  management &#8212; about what are the appropriate metrics and what they mean. Develop  tools to automate metric generation as much as possible. Use the metrics regularly;  distribute the results and discuss their meaning.</p>
<p>Be sure to automate these metrics as much as possible; trying to do these by hand will  work once or twice but will not give you the constant feedback you need to make them  truly useful. Case in point: Do you think anyone would use or continue to use the old  &#8220;lines of code&#8221; metric if they had to count them by hand?</p>
<h2>References</h2>
<p>Webster, Bruce F. &#8220;Lies, Damned Lies, and Project Metrics&#8221; (Parts 1, 2, and 3). <a href="http://www.baselinemag.com/cp/bio/Bruce-F.-Webster/"><em>Baseline</em></a> (online edition).</p>
<p><a href="http://brucefwebster.com/2008/06/20/issue-metrics-for-tester-productivity/#comments">Comments posted by Gerald Weinberg</a> at brucefwebster.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://bfwa.com/2008/06/23/pitfall-using-the-wrong-metrics-or-none-at-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest column up: wrapping up IT project metrics</title>
		<link>http://bfwa.com/2008/06/19/latest-column-up-wrapping-up-it-project-metrics/</link>
		<comments>http://bfwa.com/2008/06/19/latest-column-up-wrapping-up-it-project-metrics/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 23:10:12 +0000</pubDate>
		<dc:creator>bfwebster</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Baseline]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Surviving Complexity]]></category>

		<guid isPermaLink="false">http://bfwa.com/?p=65</guid>
		<description><![CDATA[My newest Baseline column is up: “Lies, Damned Lies, and Project Metrics (part 3)“. In it, I wrap up my discussion on IT project metrics, outlining a possible approach using instrumentation and heuristics.  Go check it out.  ..bruce..
]]></description>
			<content:encoded><![CDATA[<p>My newest <a href="http://baselinemag.com/">Baseline</a> column is up: “<a href="http://www.baselinemag.com/c/a/IT-Management/Lies-Damned-Lies-and-Project-Metrics-Part-3/">Lies, Damned Lies, and Project Metrics (part 3)</a>“. In it, I wrap up my discussion on IT project metrics, outlining a possible approach using instrumentation and heuristics.  Go check it out.  ..bruce..</p>
]]></content:encoded>
			<wfw:commentRss>http://bfwa.com/2008/06/19/latest-column-up-wrapping-up-it-project-metrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest column: more on IT project metrics</title>
		<link>http://bfwa.com/2008/06/13/latest-column-more-on-it-project-metrics/</link>
		<comments>http://bfwa.com/2008/06/13/latest-column-more-on-it-project-metrics/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 21:49:16 +0000</pubDate>
		<dc:creator>bfwebster</dc:creator>
				<category><![CDATA[Baseline]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Surviving Complexity]]></category>

		<guid isPermaLink="false">http://bfwa.com/?p=64</guid>
		<description><![CDATA[My newest Baseline column is up: &#8220;Lies, Damned Lies, and Project Metrics (part 2)&#8220;. In it, I talk about why it&#8217;s so hard to apply metrics to IT project management and begin to suggest an approach.  Go check it out.  ..bruce..
]]></description>
			<content:encoded><![CDATA[<p>My newest <a href="http://baselinemag.com">Baseline</a> column is up: &#8220;<a href="http://www.baselinemag.com/c/a/IT-Management/Lies-Damned-Lies-and-Project-Metrics-Part-2/">Lies, Damned Lies, and Project Metrics (part 2)</a>&#8220;. In it, I talk about why it&#8217;s so hard to apply metrics to IT project management and begin to suggest an approach.  Go check it out.  ..bruce..</p>
]]></content:encoded>
			<wfw:commentRss>http://bfwa.com/2008/06/13/latest-column-more-on-it-project-metrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
