<?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: Jenga Driven Development	</title>
	<atom:link href="https://programmingzen.com/jenga-driven-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/jenga-driven-development/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Fri, 04 Mar 2011 04:04:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Avdi Grimm		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20896</link>

		<dc:creator><![CDATA[Avdi Grimm]]></dc:creator>
		<pubDate>Fri, 04 Mar 2011 04:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20896</guid>

					<description><![CDATA[Not a bad description., I may use that from time to time.

I&#039;m not sure who first used it, but I&#039;m also fond of the phrase &quot;working by accident&quot; to describe code that happens to work (today) but doesn&#039;t have any tests around it to exercise and verify it.]]></description>
			<content:encoded><![CDATA[<p>Not a bad description., I may use that from time to time.</p>
<p>I&#8217;m not sure who first used it, but I&#8217;m also fond of the phrase &#8220;working by accident&#8221; to describe code that happens to work (today) but doesn&#8217;t have any tests around it to exercise and verify it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karthik		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20886</link>

		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 19:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20886</guid>

					<description><![CDATA[Jenga somehow sounds perfect for this feeling :D]]></description>
			<content:encoded><![CDATA[<p>Jenga somehow sounds perfect for this feeling 😀</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20885</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 18:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20885</guid>

					<description><![CDATA[In the embedded work I&#039;ve been involved with, we used &quot;crashemathics&quot; for any mathematical operation we found in code that was carried out by bit-twiddling hacks, casting between types and so on, sacrificing safety for space.]]></description>
			<content:encoded><![CDATA[<p>In the embedded work I&#8217;ve been involved with, we used &#8220;crashemathics&#8221; for any mathematical operation we found in code that was carried out by bit-twiddling hacks, casting between types and so on, sacrificing safety for space.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Edward Kmett		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20880</link>

		<dc:creator><![CDATA[Edward Kmett]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 12:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20880</guid>

					<description><![CDATA[Jenga has been a common referent through a number of software development positions I&#039;ve held. 

When considering a block of code, depending on whether or not there was a not of code built on top of it, we&#039;d talk about it in terms of how easy it would be to &quot;slide that block out of the codebase&quot; entirely.

Now, in my case I tend to rely on very strong typing disciplines (a la Haskell) rather than test driven development to ensure correctness, because I find there is a reduced level of &#039;scaffold shearing&#039; when I make an architectural change, but the basic goal is the same.]]></description>
			<content:encoded><![CDATA[<p>Jenga has been a common referent through a number of software development positions I&#8217;ve held. </p>
<p>When considering a block of code, depending on whether or not there was a not of code built on top of it, we&#8217;d talk about it in terms of how easy it would be to &#8220;slide that block out of the codebase&#8221; entirely.</p>
<p>Now, in my case I tend to rely on very strong typing disciplines (a la Haskell) rather than test driven development to ensure correctness, because I find there is a reduced level of &#8216;scaffold shearing&#8217; when I make an architectural change, but the basic goal is the same.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jms		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20874</link>

		<dc:creator><![CDATA[jms]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 05:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20874</guid>

					<description><![CDATA[We used the term &quot;poke and hope&quot; in college. Rather than spending time to figure out what was wrong with a piece of code, just try some of the obvious tricks based on intuition, compile, and see if it works.

I never was a fan of poke and hope, but my friend used to use it all the time.]]></description>
			<content:encoded><![CDATA[<p>We used the term &#8220;poke and hope&#8221; in college. Rather than spending time to figure out what was wrong with a piece of code, just try some of the obvious tricks based on intuition, compile, and see if it works.</p>
<p>I never was a fan of poke and hope, but my friend used to use it all the time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20872</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 03:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20872</guid>

					<description><![CDATA[I&#039;ve called that same practice &quot;refucktoring.&quot;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve called that same practice &#8220;refucktoring.&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BHP		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20869</link>

		<dc:creator><![CDATA[BHP]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 01:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20869</guid>

					<description><![CDATA[I like the term &quot;empirical programming&quot;.  You just keep trying stuff until it works.]]></description>
			<content:encoded><![CDATA[<p>I like the term &#8220;empirical programming&#8221;.  You just keep trying stuff until it works.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Saager Mhatre		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20868</link>

		<dc:creator><![CDATA[Saager Mhatre]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 01:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20868</guid>

					<description><![CDATA[http://faithdrivendevelopment.com/ &#039;nuff said]]></description>
			<content:encoded><![CDATA[<p><a href="http://faithdrivendevelopment.com/" rel="nofollow ugc">http://faithdrivendevelopment.com/</a> &#8217;nuff said</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: szeryf		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20864</link>

		<dc:creator><![CDATA[szeryf]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20864</guid>

					<description><![CDATA[How about Palace-Driven Development: http://szeryf.wordpress.com/2011/01/10/palace-driven-development/]]></description>
			<content:encoded><![CDATA[<p>How about Palace-Driven Development: <a href="http://szeryf.wordpress.com/2011/01/10/palace-driven-development/" rel="nofollow ugc">http://szeryf.wordpress.com/2011/01/10/palace-driven-development/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jenga Nyumba		</title>
		<link>https://programmingzen.com/jenga-driven-development/#comment-20863</link>

		<dc:creator><![CDATA[Jenga Nyumba]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 20:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1307#comment-20863</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/jenga-driven-development/#comment-20860&quot;&gt;Ruben Berenguel&lt;/a&gt;.

How is your Swahili? Jenga means &#039;build&#039; in the Swahili ( Kiswahili ) language.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/jenga-driven-development/#comment-20860">Ruben Berenguel</a>.</p>
<p>How is your Swahili? Jenga means &#8216;build&#8217; in the Swahili ( Kiswahili ) language.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
