<?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: Scrum defined in under 10 minutes</title>
	<atom:link href="http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: John McCaffrey</title>
		<link>http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/comment-page-1/#comment-6417</link>
		<dc:creator>John McCaffrey</dc:creator>
		<pubDate>Wed, 06 May 2009 05:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/#comment-6417</guid>
		<description>new post here
http://www.pathf.com/blogs/2009/05/bugs-cant-be-estimated</description>
		<content:encoded><![CDATA[<p>new post here<br />
<a href="http://www.pathf.com/blogs/2009/05/bugs-cant-be-estimated" rel="nofollow">http://www.pathf.com/blogs/2009/05/bugs-cant-be-estimated</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agile Ajax &#187; Bugs can&#8217;t be estimated &#187; Pathfinder Development</title>
		<link>http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/comment-page-1/#comment-6415</link>
		<dc:creator>Agile Ajax &#187; Bugs can&#8217;t be estimated &#187; Pathfinder Development</dc:creator>
		<pubDate>Wed, 06 May 2009 05:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/#comment-6415</guid>
		<description>[...] an earlier post about the benefits of Agile and Scrum, I made a statement that bugs by their nature are not the [...]</description>
		<content:encoded><![CDATA[<p>[...] an earlier post about the benefits of Agile and Scrum, I made a statement that bugs by their nature are not the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Gourment</title>
		<link>http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/comment-page-1/#comment-5739</link>
		<dc:creator>Olivier Gourment</dc:creator>
		<pubDate>Thu, 29 Jan 2009 16:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/#comment-5739</guid>
		<description>The zero-bug policy is implied by the definition &quot;Done&quot;: is it &quot;Done&quot; if it doesn&#039;t work? However, this raises the question of what is a bug? You should ask yourself &quot;does the bug get in the way of the user doing what he has/wants to do&quot;, or &quot;is the bug preventing to attain the story&#039;s goals?&quot;. This may include aesthetics if we are talking about the home page of a corporate public web site. So, the definition of a bug is contextual. In summary, if you know you will have to fix the bug in the next 0 to 60 days, then you should better tackle it now that the code is fresh. And better put too much energy (including pair programming, brainstorming meetings and refactoring) than too little.
Finally, in this context, one understands why the problem of estimating a bug is moot (and I agree that accurately estimating a bug is almost equivalent to fixing it!).</description>
		<content:encoded><![CDATA[<p>The zero-bug policy is implied by the definition &#8220;Done&#8221;: is it &#8220;Done&#8221; if it doesn&#8217;t work? However, this raises the question of what is a bug? You should ask yourself &#8220;does the bug get in the way of the user doing what he has/wants to do&#8221;, or &#8220;is the bug preventing to attain the story&#8217;s goals?&#8221;. This may include aesthetics if we are talking about the home page of a corporate public web site. So, the definition of a bug is contextual. In summary, if you know you will have to fix the bug in the next 0 to 60 days, then you should better tackle it now that the code is fresh. And better put too much energy (including pair programming, brainstorming meetings and refactoring) than too little.<br />
Finally, in this context, one understands why the problem of estimating a bug is moot (and I agree that accurately estimating a bug is almost equivalent to fixing it!).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PM Hut</title>
		<link>http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/comment-page-1/#comment-5734</link>
		<dc:creator>PM Hut</dc:creator>
		<pubDate>Wed, 28 Jan 2009 13:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/2009/01/scrum-defined-in-under-10-minutes-2/#comment-5734</guid>
		<description>I was trying to figure out why you&#039;re saying that bugs can&#039;t be estimated. It&#039;s just a matter on when and how you handle these bugs. It also depends on whether the bug is critical or not. If not, it can just go to a bugtracking tool. If it is, then there are several flavors of doing it, if the bug is of high complexity, it can go to the product backlog, if not, it can also be sent to the bugtracking too, but handled asap.</description>
		<content:encoded><![CDATA[<p>I was trying to figure out why you&#8217;re saying that bugs can&#8217;t be estimated. It&#8217;s just a matter on when and how you handle these bugs. It also depends on whether the bug is critical or not. If not, it can just go to a bugtracking tool. If it is, then there are several flavors of doing it, if the bug is of high complexity, it can go to the product backlog, if not, it can also be sent to the bugtracking too, but handled asap.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.240 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-20 00:27:59 -->
