<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: What is the right iteration length?</title>
	<atom:link href="http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/feed/" rel="self" type="application/rss+xml" />
	<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/</link>
	<description>Johannes Brodwall&#039;s Musings on Software Architecture and Programming</description>
	<lastBuildDate>Wed, 08 Sep 2010 20:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Johannes Brodwall</title>
		<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/comment-page-1/#comment-127781</link>
		<dc:creator>Johannes Brodwall</dc:creator>
		<pubDate>Thu, 17 Jun 2010 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=516#comment-127781</guid>
		<description>I have at times used questions related to &quot;Effective Java&quot; or &quot;Java Puzzlers&quot; as interview questions, so books like that may be a good source of learning. I&#039;ve also been at interviews where I&#039;ve been asked to write code on paper or on whiteboard. Usually, this is algorithm 101 code, like binary search, quicksort etc.</description>
		<content:encoded><![CDATA[<p>I have at times used questions related to &#8220;Effective Java&#8221; or &#8220;Java Puzzlers&#8221; as interview questions, so books like that may be a good source of learning. I&#39;ve also been at interviews where I&#39;ve been asked to write code on paper or on whiteboard. Usually, this is algorithm 101 code, like binary search, quicksort etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho Cruz</title>
		<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/comment-page-1/#comment-127779</link>
		<dc:creator>Nacho Cruz</dc:creator>
		<pubDate>Thu, 17 Jun 2010 04:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=516#comment-127779</guid>
		<description>I&#039;m specifically searching for a programming logic test that you have used to admit programmers in your enterprise or one that you had done to enter as a software designer in any enterprise. I have been doing kata, but I thought it would be better to do an actual admission exam. &lt;br&gt;&lt;br&gt;Thank you very much.</description>
		<content:encoded><![CDATA[<p>I&#39;m specifically searching for a programming logic test that you have used to admit programmers in your enterprise or one that you had done to enter as a software designer in any enterprise. I have been doing kata, but I thought it would be better to do an actual admission exam. </p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Brodwall</title>
		<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/comment-page-1/#comment-127778</link>
		<dc:creator>Johannes Brodwall</dc:creator>
		<pubDate>Wed, 16 Jun 2010 14:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=516#comment-127778</guid>
		<description>Hi, Ignacio&lt;br&gt;&lt;br&gt;Is your problem to show an example of your own work? If you need to create a program, I&#039;d recommend trying out some coding katas. You can find good examples at &lt;a href=&quot;http://codingdojo.org/cgi-bin/wiki.pl?KataCatalogue&quot; rel=&quot;nofollow&quot;&gt;http://codingdojo.org/cgi-bin/wiki.pl?KataCatal...&lt;/a&gt;.&lt;br&gt;&lt;br&gt;If what you need is general program comprehension, I&#039;m not sure how to best prepare for this. You could consider finding an open source project and try to run, understand and tweak the code to verify that you understand it.&lt;br&gt;&lt;br&gt;Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi, Ignacio</p>
<p>Is your problem to show an example of your own work? If you need to create a program, I&#39;d recommend trying out some coding katas. You can find good examples at <a href="http://codingdojo.org/cgi-bin/wiki.pl?KataCatalogue" rel="nofollow"></a><a href="http://codingdojo.org/cgi-bin/wiki.pl?KataCatal.." rel="nofollow">http://codingdojo.org/cgi-bin/wiki.pl?KataCatal..</a>..</p>
<p>If what you need is general program comprehension, I&#39;m not sure how to best prepare for this. You could consider finding an open source project and try to run, understand and tweak the code to verify that you understand it.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio Cruz</title>
		<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/comment-page-1/#comment-127777</link>
		<dc:creator>Ignacio Cruz</dc:creator>
		<pubDate>Wed, 16 Jun 2010 13:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=516#comment-127777</guid>
		<description>Johannes! I read some of your twitts, I would like to know if you can help me with an issue. I am a mexican TI student that is working on web and desktop applications with Java and .Net. I am going to be evaluated with a test of programming logic abilities to get a job. Do you have any test example that could help me? They usually present a fictional language with certain syntax and ask questions about portions of code and its correct output or syntax. I appreciate your attention and help.</description>
		<content:encoded><![CDATA[<p>Johannes! I read some of your twitts, I would like to know if you can help me with an issue. I am a mexican TI student that is working on web and desktop applications with Java and .Net. I am going to be evaluated with a test of programming logic abilities to get a job. Do you have any test example that could help me? They usually present a fictional language with certain syntax and ask questions about portions of code and its correct output or syntax. I appreciate your attention and help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse Ziegler</title>
		<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/comment-page-1/#comment-127674</link>
		<dc:creator>Lasse Ziegler</dc:creator>
		<pubDate>Wed, 03 Mar 2010 11:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=516#comment-127674</guid>
		<description>I agree that a short iteration is usually better. &lt;br&gt;&lt;br&gt;However the greatest challenge in making iterations short is in learning how to slice your product backlog items in such a way that they are small enough (max size around 1/2 sprint for one person), they fulfill your definition of ready and can be done according to the definition of done. You should always deliver working software at the end of each sprint.&lt;br&gt;&lt;br&gt;This slicing or functionality can always be done but it will take a team some time to learn how to this and it does often require the team to change how they think.</description>
		<content:encoded><![CDATA[<p>I agree that a short iteration is usually better. </p>
<p>However the greatest challenge in making iterations short is in learning how to slice your product backlog items in such a way that they are small enough (max size around 1/2 sprint for one person), they fulfill your definition of ready and can be done according to the definition of done. You should always deliver working software at the end of each sprint.</p>
<p>This slicing or functionality can always be done but it will take a team some time to learn how to this and it does often require the team to change how they think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gamsjo</title>
		<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/comment-page-1/#comment-127667</link>
		<dc:creator>gamsjo</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=516#comment-127667</guid>
		<description>In general it seems that &quot;shorter iterations are better&quot;. Many start with 4 weeks and after a while decides to try 3 then 2. Some goes back to 3.&lt;br&gt;I have two comments to your post:&lt;br&gt;1. Organisations and systems are different. For some (not many!) 4 weeks seems to be the shortest practical length. In other environments the flow of new stuff coming in are small items that are easily deployed and 1 week is appropriate.&lt;br&gt;2. I have observed the same as you; when iteration length is shortened the ceremonies are not shortened accordingly - by them self. But they should. The Scrum Master should add some pressure to this!</description>
		<content:encoded><![CDATA[<p>In general it seems that &#8220;shorter iterations are better&#8221;. Many start with 4 weeks and after a while decides to try 3 then 2. Some goes back to 3.<br />I have two comments to your post:<br />1. Organisations and systems are different. For some (not many!) 4 weeks seems to be the shortest practical length. In other environments the flow of new stuff coming in are small items that are easily deployed and 1 week is appropriate.<br />2. I have observed the same as you; when iteration length is shortened the ceremonies are not shortened accordingly &#8211; by them self. But they should. The Scrum Master should add some pressure to this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome Lacoste</title>
		<link>http://johannesbrodwall.com/2010/02/25/what-is-the-right-iteration-length/comment-page-1/#comment-127659</link>
		<dc:creator>Jerome Lacoste</dc:creator>
		<pubDate>Fri, 26 Feb 2010 15:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://johannesbrodwall.com/?p=516#comment-127659</guid>
		<description>I also prefer 2 weeks iterations. i&#039;ve used one week for very short projects (e.g. 4-8weeks), for kick starts, for small teams projects).&lt;br&gt;&lt;br&gt;I&#039;ve also sometimes used short feedback sessions at the end of each week, even if one uses 2 or 3 weeks iterations (for planning). There&#039;s no reason to wait until the end of the iteration if something can be discovered and acted upon earlier.</description>
		<content:encoded><![CDATA[<p>I also prefer 2 weeks iterations. i&#39;ve used one week for very short projects (e.g. 4-8weeks), for kick starts, for small teams projects).</p>
<p>I&#39;ve also sometimes used short feedback sessions at the end of each week, even if one uses 2 or 3 weeks iterations (for planning). There&#39;s no reason to wait until the end of the iteration if something can be discovered and acted upon earlier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
