<?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 for Code Buddy</title>
	<atom:link href="http://www.codebuddy.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codebuddy.co.uk</link>
	<description>Ramblings from the Coding Trenches</description>
	<lastBuildDate>Fri, 25 Dec 2009 09:53:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on That&#8217;s Not My Code! by Andreas Grech</title>
		<link>http://www.codebuddy.co.uk/thats-not-my-code/comment-page-1/#comment-468</link>
		<dc:creator>Andreas Grech</dc:creator>
		<pubDate>Fri, 25 Dec 2009 09:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebuddy.co.uk/?p=433#comment-468</guid>
		<description>That&#039;s not my code.  It doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>That&#8217;s not my code.  It doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Steps to Painless SVN Branching by codebuddy</title>
		<link>http://www.codebuddy.co.uk/4-steps-to-painless-svn-branching/comment-page-1/#comment-184</link>
		<dc:creator>codebuddy</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebuddy.co.uk/?p=258#comment-184</guid>
		<description>Thanks Findlers, I&#039;ll give that a go next time I&#039;m working in a branch - looks like a great little tool, I&#039;d not heard of it before!</description>
		<content:encoded><![CDATA[<p>Thanks Findlers, I&#8217;ll give that a go next time I&#8217;m working in a branch &#8211; looks like a great little tool, I&#8217;d not heard of it before!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Steps to Painless SVN Branching by Findlers McGiven</title>
		<link>http://www.codebuddy.co.uk/4-steps-to-painless-svn-branching/comment-page-1/#comment-183</link>
		<dc:creator>Findlers McGiven</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebuddy.co.uk/?p=258#comment-183</guid>
		<description>You might also consider using the Python tool SVNMerge, http://www.orcaware.com/svn/wiki/Svnmerge.py.  I wrote a guide for it a few years back, http://progblog.wordpress.com/2007/02/21/automatic-branch-merging-with-svnmerge-on-subversion/.</description>
		<content:encoded><![CDATA[<p>You might also consider using the Python tool SVNMerge, <a href="http://www.orcaware.com/svn/wiki/Svnmerge.py" rel="nofollow">http://www.orcaware.com/svn/wiki/Svnmerge.py</a>.  I wrote a guide for it a few years back, <a href="http://progblog.wordpress.com/2007/02/21/automatic-branch-merging-with-svnmerge-on-subversion/" rel="nofollow">http://progblog.wordpress.com/2007/02/21/automatic-branch-merging-with-svnmerge-on-subversion/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are You Stuck In The Maintaince Programmer Mindset? by Peter Kofler</title>
		<link>http://www.codebuddy.co.uk/are-you-a-stuck-in-the-maintaince-programmer-mindset/comment-page-1/#comment-12</link>
		<dc:creator>Peter Kofler</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codebuddy.co.uk/?p=256#comment-12</guid>
		<description>Nice approach trying to determine the maintenance mindset and constant whining. Good idea! But I disagree with your list of actions. Maintenance is a wider area and also contains adding new functions from time to time. In my experience it&#039;s also &quot;maintenance mindset&quot; to not think about stuff and e.g. keep adding classes after classes of same boilerplate code without structure. It&#039;s more about thinking how to add than adding itself. Also refactoring larger scopes (several classes) should be added to your list. I would expect refactorings to be required in maintenance quite often, still not done...</description>
		<content:encoded><![CDATA[<p>Nice approach trying to determine the maintenance mindset and constant whining. Good idea! But I disagree with your list of actions. Maintenance is a wider area and also contains adding new functions from time to time. In my experience it&#8217;s also &#8220;maintenance mindset&#8221; to not think about stuff and e.g. keep adding classes after classes of same boilerplate code without structure. It&#8217;s more about thinking how to add than adding itself. Also refactoring larger scopes (several classes) should be added to your list. I would expect refactorings to be required in maintenance quite often, still not done&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Things To Consider When Fixing a Bug by Giorgio Sironi</title>
		<link>http://www.codebuddy.co.uk/4-things-to-consider-when-fixing-a-bug/comment-page-1/#comment-8</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://codebuddy.wordpress.com/?p=10#comment-8</guid>
		<description>Good checklist. I like the TDD way of thinking.</description>
		<content:encoded><![CDATA[<p>Good checklist. I like the TDD way of thinking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Things To Consider When Fixing a Bug by choy</title>
		<link>http://www.codebuddy.co.uk/4-things-to-consider-when-fixing-a-bug/comment-page-1/#comment-7</link>
		<dc:creator>choy</dc:creator>
		<pubDate>Wed, 09 Sep 2009 07:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://codebuddy.wordpress.com/?p=10#comment-7</guid>
		<description>Is it really a bug?

It may very well be a *feature* that many users (inside and outside the team) are dependent on. e.g. SHStripMneumonic is misspelled.</description>
		<content:encoded><![CDATA[<p>Is it really a bug?</p>
<p>It may very well be a *feature* that many users (inside and outside the team) are dependent on. e.g. SHStripMneumonic is misspelled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Things To Consider When Fixing a Bug by Kim Greenlee</title>
		<link>http://www.codebuddy.co.uk/4-things-to-consider-when-fixing-a-bug/comment-page-1/#comment-6</link>
		<dc:creator>Kim Greenlee</dc:creator>
		<pubDate>Tue, 08 Sep 2009 04:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://codebuddy.wordpress.com/?p=10#comment-6</guid>
		<description>#5 Know the history.  Use the version control system to determine when the bug was introduced.  Was the bug created as a result of trying to fix something else?  Has it been in there a really long time?  If the bug has been in there for a long time and didn’t manifest…what changed?  This is one of the main reasons why when you check-in code changes that are associated to a bug or enhancement in your tracking system, that you record the tracking system number in the check-in notes.

Additionally, I would recommend that folks use good judgment on #1.  While in the general cases what you suggest is just fine and for valid reasons…if the code is in a section that needs high performance…too many checks will degrade your application’s performance and could cause problems from a customer perspective and in some cases may impact SLAs.</description>
		<content:encoded><![CDATA[<p>#5 Know the history.  Use the version control system to determine when the bug was introduced.  Was the bug created as a result of trying to fix something else?  Has it been in there a really long time?  If the bug has been in there for a long time and didn’t manifest…what changed?  This is one of the main reasons why when you check-in code changes that are associated to a bug or enhancement in your tracking system, that you record the tracking system number in the check-in notes.</p>
<p>Additionally, I would recommend that folks use good judgment on #1.  While in the general cases what you suggest is just fine and for valid reasons…if the code is in a section that needs high performance…too many checks will degrade your application’s performance and could cause problems from a customer perspective and in some cases may impact SLAs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Things To Consider When Fixing a Bug by Barry Kelly</title>
		<link>http://www.codebuddy.co.uk/4-things-to-consider-when-fixing-a-bug/comment-page-1/#comment-5</link>
		<dc:creator>Barry Kelly</dc:creator>
		<pubDate>Tue, 08 Sep 2009 04:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://codebuddy.wordpress.com/?p=10#comment-5</guid>
		<description>Disagree somewhat substantially with point 1: hard to track down bugs are usually in legacy and/or complicated code, where understanding of invariants is woolly or lost in mists of time and staff turnover. Writing good diagnostics beyond basic logging is not easy, precisely because your knowledge of the invariants are woolly. Sometimes the only way to get good diagnostics is to rewrite the thing, and if it&#039;s too complicated, that may not be a good value proposition for the business; so you just have to live with it, and fix other issues when and if they come up.

Disagree slightly with point 4: do mention what the bug is, a one-liner description of the symptom or cause of the bug. This helps hugely in reviewing change logs looking for breaking changes in a team environment - a bug number or other cross-reference means you have to open up a separate data silo and hugely slows down what should be 3-second a visual scan.</description>
		<content:encoded><![CDATA[<p>Disagree somewhat substantially with point 1: hard to track down bugs are usually in legacy and/or complicated code, where understanding of invariants is woolly or lost in mists of time and staff turnover. Writing good diagnostics beyond basic logging is not easy, precisely because your knowledge of the invariants are woolly. Sometimes the only way to get good diagnostics is to rewrite the thing, and if it&#8217;s too complicated, that may not be a good value proposition for the business; so you just have to live with it, and fix other issues when and if they come up.</p>
<p>Disagree slightly with point 4: do mention what the bug is, a one-liner description of the symptom or cause of the bug. This helps hugely in reviewing change logs looking for breaking changes in a team environment &#8211; a bug number or other cross-reference means you have to open up a separate data silo and hugely slows down what should be 3-second a visual scan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Things To Consider When Fixing a Bug by Null</title>
		<link>http://www.codebuddy.co.uk/4-things-to-consider-when-fixing-a-bug/comment-page-1/#comment-4</link>
		<dc:creator>Null</dc:creator>
		<pubDate>Tue, 08 Sep 2009 02:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://codebuddy.wordpress.com/?p=10#comment-4</guid>
		<description>You forgot: What test cases are there to test your fix against?</description>
		<content:encoded><![CDATA[<p>You forgot: What test cases are there to test your fix against?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 4 Things To Consider When Fixing a Bug by mehblah</title>
		<link>http://www.codebuddy.co.uk/4-things-to-consider-when-fixing-a-bug/comment-page-1/#comment-3</link>
		<dc:creator>mehblah</dc:creator>
		<pubDate>Mon, 07 Sep 2009 21:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://codebuddy.wordpress.com/?p=10#comment-3</guid>
		<description>You missed the most important point to consider when dealing with badly written systems and BEFORE fixing the bug.

Is anything else dependent on the bug?</description>
		<content:encoded><![CDATA[<p>You missed the most important point to consider when dealing with badly written systems and BEFORE fixing the bug.</p>
<p>Is anything else dependent on the bug?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
