<?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: Agile is not TDD</title>
	<atom:link href="http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/</link>
	<description>podcast addict, believes in occam razor, software consultant</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:24:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ronald Widha &#187; Blog Archive &#187; 4 reasons why pushing Agile as a consultant is a hard(er) job</title>
		<link>http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/comment-page-1/#comment-428</link>
		<dc:creator>Ronald Widha &#187; Blog Archive &#187; 4 reasons why pushing Agile as a consultant is a hard(er) job</dc:creator>
		<pubDate>Tue, 26 Jan 2010 04:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/#comment-428</guid>
		<description>[...] is a continuation post to my previous post Agile is not TDD and also somewhat a reply to my good friend @Hammad Rajjoub and his post Agile Discussion – Part [...]</description>
		<content:encoded><![CDATA[<p>[...] is a continuation post to my previous post Agile is not TDD and also somewhat a reply to my good friend @Hammad Rajjoub and his post Agile Discussion – Part [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronaldwidha</title>
		<link>http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/comment-page-1/#comment-427</link>
		<dc:creator>ronaldwidha</dc:creator>
		<pubDate>Sat, 23 Jan 2010 02:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/#comment-427</guid>
		<description>You&#039;ll be surprised, cause I actually agree with you. some parts of your argument at least.&lt;br&gt;&lt;br&gt;Firstly, the business might not realize that the original path that they decided one wasn&#039;t the correct one to begin with before looking at the finished iteration. So even though there are a huge part of the codebase/effort that goes to waste, it can be considered worthwhile. Without it, the business might not have known the right path. It re-emphasize the point about continous improvement.&lt;br&gt;&lt;br&gt;The best practise+unit test is an insurance, to ensure if the business got it right, you can proceed further with confidence. Agile is about maintaining consistent sustainable speed, not getting somewhere fast.&lt;br&gt;&lt;br&gt;Secondly, what you&#039;re describing as do it fast and pay the debt later is spiking/prototyping, and there are times to do that. But the goal has to be to work out what to put in the backlog, as oppose to getting version 1 done.&lt;br&gt;&lt;br&gt;There is obviously alot of caveats, and the points I&#039;ve given above mostly comes from theory. WOuld love to hear if it&#039;s applicable in practice. thoughts?</description>
		<content:encoded><![CDATA[<p>You&#39;ll be surprised, cause I actually agree with you. some parts of your argument at least.</p>
<p>Firstly, the business might not realize that the original path that they decided one wasn&#39;t the correct one to begin with before looking at the finished iteration. So even though there are a huge part of the codebase/effort that goes to waste, it can be considered worthwhile. Without it, the business might not have known the right path. It re-emphasize the point about continous improvement.</p>
<p>The best practise+unit test is an insurance, to ensure if the business got it right, you can proceed further with confidence. Agile is about maintaining consistent sustainable speed, not getting somewhere fast.</p>
<p>Secondly, what you&#39;re describing as do it fast and pay the debt later is spiking/prototyping, and there are times to do that. But the goal has to be to work out what to put in the backlog, as oppose to getting version 1 done.</p>
<p>There is obviously alot of caveats, and the points I&#39;ve given above mostly comes from theory. WOuld love to hear if it&#39;s applicable in practice. thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hery</title>
		<link>http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/comment-page-1/#comment-426</link>
		<dc:creator>Hery</dc:creator>
		<pubDate>Sat, 23 Jan 2010 02:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/#comment-426</guid>
		<description>1. yes&lt;br&gt;2. yes and no. but i think this is the problem was.&lt;br&gt;3. yes. im taking advantage of single responsibility principle, open close principle, etc and structure map as ioc.&lt;br&gt;&lt;br&gt;But, what I want to say here: &lt;br&gt;What if the business doesn&#039;t even know the direction or what they want. Like in my example, the business wanted to build a product. We&#039;d spent amount of time on analysis and then development. Daily standups and regular updates on the project to make sure we are on right direction.  &lt;br&gt;However, in the middle of the project, all of sudden, they asked us to stop the development. They said they wanted to change the direction and the features we were developed were no longer giving any values to them. So they wanted to drop many features and replace it with new ones. &lt;br&gt;&lt;br&gt;What can you do? No matter how good the code you wrote, you have to give it up. Right?&lt;br&gt;&lt;br&gt;My point is: in this kind of environment, I would rather to build something quick and pay the debt later. So, instead of spending time on TDD, thinking about the best architecture, what design pattern to use, and etc, I would pay more attention on product delivery.&lt;br&gt;&lt;br&gt;Don&#039;t get me wrong, build quick, doesn&#039;t mean I give up some of the rule of thumbs on software development. But, i would rather to go for the not-too-so--the-best architecture. But it allow me to release code more often and faster.&lt;br&gt;&lt;br&gt;Ron, I can feel that, you&#039;ll disagree :p&lt;br&gt;Correct me if I&#039;m wrong... :)&lt;br&gt;&lt;br&gt;PS: After I read the blog again, seems my first comment isnt appropriate to the context.</description>
		<content:encoded><![CDATA[<p>1. yes<br />2. yes and no. but i think this is the problem was.<br />3. yes. im taking advantage of single responsibility principle, open close principle, etc and structure map as ioc.</p>
<p>But, what I want to say here: <br />What if the business doesn&#39;t even know the direction or what they want. Like in my example, the business wanted to build a product. We&#39;d spent amount of time on analysis and then development. Daily standups and regular updates on the project to make sure we are on right direction.  <br />However, in the middle of the project, all of sudden, they asked us to stop the development. They said they wanted to change the direction and the features we were developed were no longer giving any values to them. So they wanted to drop many features and replace it with new ones. </p>
<p>What can you do? No matter how good the code you wrote, you have to give it up. Right?</p>
<p>My point is: in this kind of environment, I would rather to build something quick and pay the debt later. So, instead of spending time on TDD, thinking about the best architecture, what design pattern to use, and etc, I would pay more attention on product delivery.</p>
<p>Don&#39;t get me wrong, build quick, doesn&#39;t mean I give up some of the rule of thumbs on software development. But, i would rather to go for the not-too-so&#8211;the-best architecture. But it allow me to release code more often and faster.</p>
<p>Ron, I can feel that, you&#39;ll disagree :p<br />Correct me if I&#39;m wrong&#8230; <img src='http://www.ronaldwidha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS: After I read the blog again, seems my first comment isnt appropriate to the context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronaldwidha</title>
		<link>http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/comment-page-1/#comment-425</link>
		<dc:creator>ronaldwidha</dc:creator>
		<pubDate>Fri, 22 Jan 2010 11:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/#comment-425</guid>
		<description>I have to say I have to bluntly disagree with you Hery. As with my final point: The Discipline, agility does not come for free.&lt;br&gt;&lt;br&gt;I would question a couple of things:&lt;br&gt;1. daily standups should&#039;ve caught business changes early. &lt;br&gt;2. if not, are you sure the right people were in the standups, and proactively engage with the development&lt;br&gt;3. is the codebase, modularized and easily tested as a small unit? &lt;br&gt;if it is, you should be able to take advantage of the open close principle. Leave the code base intact, create a new small class that does the new requirement, configure your IoC container to use the new class. &lt;br&gt;&lt;br&gt;Any practice will be &#039;over-engineering&#039; without the proper context.&lt;br&gt;&lt;br&gt;Thoughts?</description>
		<content:encoded><![CDATA[<p>I have to say I have to bluntly disagree with you Hery. As with my final point: The Discipline, agility does not come for free.</p>
<p>I would question a couple of things:<br />1. daily standups should&#39;ve caught business changes early. <br />2. if not, are you sure the right people were in the standups, and proactively engage with the development<br />3. is the codebase, modularized and easily tested as a small unit? <br />if it is, you should be able to take advantage of the open close principle. Leave the code base intact, create a new small class that does the new requirement, configure your IoC container to use the new class. </p>
<p>Any practice will be &#39;over-engineering&#39; without the proper context.</p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hery</title>
		<link>http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/comment-page-1/#comment-424</link>
		<dc:creator>Hery</dc:creator>
		<pubDate>Fri, 22 Jan 2010 10:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ronaldwidha.net/2010/01/22/agile-is-not-tdd/#comment-424</guid>
		<description>Concur. I tempted to say TDD is kind of over-engineering :)&lt;br&gt;In the environment of business requirement is constantly changing, TDD approach ain&#039;t the best.&lt;br&gt;&lt;br&gt;Once upon a time, I wrote software from the scratch in TDD way. It was awesome, I&#039;m so proud that the code is highly testable with high code coverage, but unfortunately business changed their mind in the implementation and require almost 70% code to be changed. Very sad indeed. But I learnt something. TDD is not agile..&lt;br&gt;&lt;br&gt;That&#039;s why I tend to agree with what you say above man..  regular release and continues improvement are far more important.&lt;br&gt;&lt;br&gt;Btw, have you read Joel&#039;s Duct Tape Programmer article, in some way im agree on his view which I reckon is more suitable to agile.&lt;br&gt;&lt;br&gt;Anyway, Just my 2 cent.. :)</description>
		<content:encoded><![CDATA[<p>Concur. I tempted to say TDD is kind of over-engineering <img src='http://www.ronaldwidha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />In the environment of business requirement is constantly changing, TDD approach ain&#39;t the best.</p>
<p>Once upon a time, I wrote software from the scratch in TDD way. It was awesome, I&#39;m so proud that the code is highly testable with high code coverage, but unfortunately business changed their mind in the implementation and require almost 70% code to be changed. Very sad indeed. But I learnt something. TDD is not agile..</p>
<p>That&#39;s why I tend to agree with what you say above man..  regular release and continues improvement are far more important.</p>
<p>Btw, have you read Joel&#39;s Duct Tape Programmer article, in some way im agree on his view which I reckon is more suitable to agile.</p>
<p>Anyway, Just my 2 cent.. <img src='http://www.ronaldwidha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
