<?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>David Laing's blog &#187; Technical Debt</title>
	<atom:link href="http://davidlaing.com/category/software-craftmanship/technical-debt/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidlaing.com</link>
	<description>Craftmanship over crap</description>
	<lastBuildDate>Mon, 19 Jul 2010 00:39:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>For a software craftsman, reducing technical debt should be as much of a habit as typing</title>
		<link>http://davidlaing.com/2009/03/02/for-a-software-craftsman-reducing-technical-debt-should-be-as-much-of-a-habit-as-typing/</link>
		<comments>http://davidlaing.com/2009/03/02/for-a-software-craftsman-reducing-technical-debt-should-be-as-much-of-a-habit-as-typing/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 08:40:05 +0000</pubDate>
		<dc:creator>mrdavidlaing</dc:creator>
				<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Software Craftmanship]]></category>
		<category><![CDATA[Technical Debt]]></category>

		<guid isPermaLink="false">http://davidlaing.com/?p=160</guid>
		<description><![CDATA[I was involved in an interesting group discussion with fellow craftsmen yesterday on Technical Debt at the 2009 Software Craftsmanship conference.
The question put to the group was:  &#8220;How should a team make time to reduce technical debt?&#8221;
I was interested that there was a totally unanamious response &#8211; &#8220;You shouldn&#8217;t&#8221;.  &#8220;You should be doing [...]]]></description>
			<content:encoded><![CDATA[<p>I was involved in an interesting group discussion with fellow craftsmen yesterday on Technical Debt at the <a href="http://www.softwarecraftsmanship.org.uk" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.softwarecraftsmanship.org.uk');">2009 Software Craftsmanship conference</a>.</p>
<p>The question put to the group was:  &#8220;How should a team make time to reduce technical debt?&#8221;</p>
<p>I was interested that there was a totally unanamious response &#8211; &#8220;You shouldn&#8217;t&#8221;.  &#8220;You should be doing tiny pieces of technical debt reduction <strong>all</strong> the time&#8221;.</p>
<p>Previously I have advocated creating <a href="/2008/06/30/when-to-make-technical-stories/">technical debt reduction stories</a>, and trying to schedule those into the iteration plan.  People thought this was in principal the wrong strategy; and indeed in my experience this approach doesn&#8217;t work.</p>
<p>The group felt that in general tackling technical debt reduction though large scale refactorings was the wrong approach &#8211; rather a craftsman should be making incremental improvements every time they touch the code.  </p>
<p><a href="http://www.informit.com/articles/article.aspx?p=1235624&#038;seqNum=6" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.informit.com/articles/article.aspx?p=1235624&#038;seqNum=6');">Bob Martin&#8217;s Boy Scout Rule:</a> &#8211; <em>check in your code a little cleaner than what you checked out</em> &#8211; encapsulates this principal.  Its the little refactorings that you make &#8211; removing a tiny piece of duplication, changing a variable name to better reveal intent; extracting an expression into a intention revealing method &#8211; that, over time, result in a clean, maintainable code base.</p>
<p>In a way, this is similar to implementing the &#8220;<a href="http://en.wikipedia.org/wiki/Fixing_Broken_Windows" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://en.wikipedia.org/wiki/Fixing_Broken_Windows');">Fixing Broken Windows Theory</a>&#8221; in software development.  The theory is that having a zero tolerance attitude towards the little things makes a huge impact on the so called &#8220;bigger&#8221; things.  </p>
<p>Its perhaps easier understood if you consider what happens if you don&#8217;t care about the little things.  Its about the attitude &#8211; if I couldn&#8217;t care enough to clean up a messy bit of code; will my team mates care about a few broken tests?  If its okay to have a few broken tests; then it&#8217;s probably okay to ignore some bugs.  If its okay to ignore bugs; then who really needs to care about well defined acceptance tests?  And if the team doesn&#8217;t care about precise acceptance tests; why should the business care about unambiguous requirements.  You get the picture.</p>
<p>Its the little things, added up, that result in technical debt reduction.  </p>
]]></content:encoded>
			<wfw:commentRss>http://davidlaing.com/2009/03/02/for-a-software-craftsman-reducing-technical-debt-should-be-as-much-of-a-habit-as-typing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
