<?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: Test Driven Development Requires Less Debugging</title>
	<atom:link href="http://www.thekua.com/atwork/2007/10/test-driven-development-requires-less-debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thekua.com/atwork/2007/10/test-driven-development-requires-less-debugging/</link>
	<description>thekua&#039;s reflections on work related topics</description>
	<lastBuildDate>Mon, 15 Mar 2010 07:45:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Saff Squeeze: First Thoughts at Mark Needham</title>
		<link>http://www.thekua.com/atwork/2007/10/test-driven-development-requires-less-debugging/comment-page-1/#comment-35936</link>
		<dc:creator>Saff Squeeze: First Thoughts at Mark Needham</dc:creator>
		<pubDate>Thu, 20 Nov 2008 14:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thekua.com/atwork/2007/10/26/test-driven-development-requires-less-debugging/#comment-35936</guid>
		<description>[...] I&#039;m not a fan of debugging through code and I believe if we are using TDD effectively then it should reduce the need to use the debugger. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m not a fan of debugging through code and I believe if we are using TDD effectively then it should reduce the need to use the debugger. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thekua.com@work &#187; Application logging principles</title>
		<link>http://www.thekua.com/atwork/2007/10/test-driven-development-requires-less-debugging/comment-page-1/#comment-34718</link>
		<dc:creator>thekua.com@work &#187; Application logging principles</dc:creator>
		<pubDate>Tue, 11 Nov 2008 05:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thekua.com/atwork/2007/10/26/test-driven-development-requires-less-debugging/#comment-34718</guid>
		<description>[...] TDD reduces the need to debug, however it never removes the need entirely. Debugging is a useful tool during development that lets us discover information our logs fail to tell us. Unfortunately it&#8217;s rare that we can apply this technique when our code is in production, therefore notice what information helps you when you debug and add its equivalent to a log somewhere. [...]</description>
		<content:encoded><![CDATA[<p>[...] TDD reduces the need to debug, however it never removes the need entirely. Debugging is a useful tool during development that lets us discover information our logs fail to tell us. Unfortunately it&#8217;s rare that we can apply this technique when our code is in production, therefore notice what information helps you when you debug and add its equivalent to a log somewhere. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.thekua.com/atwork/2007/10/test-driven-development-requires-less-debugging/comment-page-1/#comment-2530</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Sun, 28 Oct 2007 01:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thekua.com/atwork/2007/10/26/test-driven-development-requires-less-debugging/#comment-2530</guid>
		<description>What I also found when I moved to test driven development is that i did far less logging in my code, and eventually have gotten to the place where I only log events / details that would be of interest to an administrator of the application.  Since I work in admin and development, i see the problem that arises from poorly thought out logging practices.

Now, when I write log messages, i write them test first.  A technique I picked up from Jeff Langr&#039;s excellent book &quot;Agile Java&quot;.</description>
		<content:encoded><![CDATA[<p>What I also found when I moved to test driven development is that i did far less logging in my code, and eventually have gotten to the place where I only log events / details that would be of interest to an administrator of the application.  Since I work in admin and development, i see the problem that arises from poorly thought out logging practices.</p>
<p>Now, when I write log messages, i write them test first.  A technique I picked up from Jeff Langr&#8217;s excellent book &#8220;Agile Java&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
