<?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: Debugging: 7 steps to fix an error</title>
	<atom:link href="http://www.makinggoodsoftware.com/2009/06/14/7-steps-to-fix-an-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makinggoodsoftware.com/2009/06/14/7-steps-to-fix-an-error/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 10:36:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Veera</title>
		<link>http://www.makinggoodsoftware.com/2009/06/14/7-steps-to-fix-an-error/comment-page-1/#comment-331</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=406#comment-331</guid>
		<description>Agree on this post.

As a Java developer, I spend most of my time in debugging. I usually try to reproduce the bug in a small scale, as debugging my enterprise applications would take much longer time. Once the bug is identified in the small application, I&#039;ll then fix it in the enterprise application.</description>
		<content:encoded><![CDATA[<p>Agree on this post.</p>
<p>As a Java developer, I spend most of my time in debugging. I usually try to reproduce the bug in a small scale, as debugging my enterprise applications would take much longer time. Once the bug is identified in the small application, I&#8217;ll then fix it in the enterprise application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://www.makinggoodsoftware.com/2009/06/14/7-steps-to-fix-an-error/comment-page-1/#comment-328</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Tue, 21 Jul 2009 12:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://makinggoodsoftware.com/?p=406#comment-328</guid>
		<description>Someone will say: &quot;Debugging sucks, testing rocks&quot;. Reproducing an error means produce a unit test that fails because of this error, which will take care of regression: this is the important part of the 7 steps. Once the test is in place, it is only a time matter before the bug will be fixed.</description>
		<content:encoded><![CDATA[<p>Someone will say: &#8220;Debugging sucks, testing rocks&#8221;. Reproducing an error means produce a unit test that fails because of this error, which will take care of regression: this is the important part of the 7 steps. Once the test is in place, it is only a time matter before the bug will be fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
