<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Bug Management</title>
	<atom:link href="http://digitalbrikes.com/onebrikeatatime/2009/01/13/bug-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalbrikes.com/onebrikeatatime/2009/01/13/bug-management/</link>
	<description>Notes on software development</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:56:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Denis</title>
		<link>http://digitalbrikes.com/onebrikeatatime/2009/01/13/bug-management/comment-page-1/#comment-970</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sat, 14 Feb 2009 01:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://digitalbrikes.com/onebrikeatatime/?p=79#comment-970</guid>
		<description>No I cannot really provide the information you request.

As for the P3 and below, they are absolutely a debt of some kind. They are actually IOUs given by the development team to the users. We know that most of them will never be repaid.

In my experience, there are two efficient strategies to eliminate this debt: constant refactoring supported by tests and bundling bugs in an area with new work in the same area.

I like the idea of making the bug visible in the code or in the tests. It may be interesting to maintain a list of failing tests rather than bugs reports !</description>
		<content:encoded><![CDATA[<p>No I cannot really provide the information you request.</p>
<p>As for the P3 and below, they are absolutely a debt of some kind. They are actually IOUs given by the development team to the users. We know that most of them will never be repaid.</p>
<p>In my experience, there are two efficient strategies to eliminate this debt: constant refactoring supported by tests and bundling bugs in an area with new work in the same area.</p>
<p>I like the idea of making the bug visible in the code or in the tests. It may be interesting to maintain a list of failing tests rather than bugs reports !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: César</title>
		<link>http://digitalbrikes.com/onebrikeatatime/2009/01/13/bug-management/comment-page-1/#comment-963</link>
		<dc:creator>César</dc:creator>
		<pubDate>Wed, 11 Feb 2009 19:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://digitalbrikes.com/onebrikeatatime/?p=79#comment-963</guid>
		<description>Careful with the debt that you are accumulating if you ignore P3s and below. this might be technical debt, user experience debt, refactoring debt... but you just don&#039;t know

I would propose at least two things:
(1) check if the users care and agree that x units of capacity will be used in each iteration to pay down some of the debt, and
(2) create tests for P3s and lower wherever possible to at least move the information from the bug logs into your code.

Assuming it is dirt-cheap to write tests, the second one means that a developer working on related code can see the associated tests when they are also cheapest to address. This makes the investment in fixing P3s as low as possible.

One related question:
- Would you be able to provide a similar graphic with three columns (P1, P2, P3-and-lower) showing number of bugs closed in the last 6 months?

César.</description>
		<content:encoded><![CDATA[<p>Careful with the debt that you are accumulating if you ignore P3s and below. this might be technical debt, user experience debt, refactoring debt&#8230; but you just don&#8217;t know</p>
<p>I would propose at least two things:<br />
(1) check if the users care and agree that x units of capacity will be used in each iteration to pay down some of the debt, and<br />
(2) create tests for P3s and lower wherever possible to at least move the information from the bug logs into your code.</p>
<p>Assuming it is dirt-cheap to write tests, the second one means that a developer working on related code can see the associated tests when they are also cheapest to address. This makes the investment in fixing P3s as low as possible.</p>
<p>One related question:<br />
- Would you be able to provide a similar graphic with three columns (P1, P2, P3-and-lower) showing number of bugs closed in the last 6 months?</p>
<p>César.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

