<?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>Algorithm Blogs &#187; Zen Programming</title>
	<atom:link href="http://www.algorithm.co.il/blogs/index.php/tag/zen-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.algorithm.co.il/blogs</link>
	<description>Algorithms, for the heck of it</description>
	<lastBuildDate>Thu, 22 Apr 2010 21:04:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zen Programming &#8211; 2</title>
		<link>http://www.algorithm.co.il/blogs/index.php/programming/zen-programming-2/</link>
		<comments>http://www.algorithm.co.il/blogs/index.php/programming/zen-programming-2/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 15:48:19 +0000</pubDate>
		<dc:creator>lorg</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming Philosophy]]></category>
		<category><![CDATA[Teaching Programming]]></category>
		<category><![CDATA[Zen Programming]]></category>

		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/index.php/programming/zen-programming-2/</guid>
		<description><![CDATA[I thought about this a long time ago with Erez:
To fully grasp structured control flow &#8211; you must first learn to program without it.
Saw it happen, with myself and with others. Only after writing some hand-written conditionals and loops in assembly, do you really learn what do they mean, and how to make the code [...]]]></description>
			<content:encoded><![CDATA[<p>I thought about this a long time ago with Erez:</p>
<p>To fully grasp structured control flow &#8211; you must first learn to program without it.</p>
<p>Saw it happen, with myself and with others. Only after writing some hand-written conditionals and loops in assembly, do you really learn what do they mean, and how to make the code do what <strong>you</strong> want it do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.algorithm.co.il/blogs/index.php/programming/zen-programming-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zen Programming &#8211; 1</title>
		<link>http://www.algorithm.co.il/blogs/index.php/programming/philo-prog/zen-programming-1/</link>
		<comments>http://www.algorithm.co.il/blogs/index.php/programming/philo-prog/zen-programming-1/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 08:24:19 +0000</pubDate>
		<dc:creator>lorg</dc:creator>
				<category><![CDATA[Programming Philosophy]]></category>
		<category><![CDATA[Zen Programming]]></category>

		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/?p=7</guid>
		<description><![CDATA[To achieve correctness of code, you must first realize that your code is incorrect.
Too many times I&#8217;ve reviewed code that was written with only the obvious cases in mind.  A small step towards writing better code is to think to yourself during (and even before!) coding: &#8220;what if?&#8221;.
]]></description>
			<content:encoded><![CDATA[<p>To achieve correctness of code, you must first realize that your code is incorrect.</p>
<p>Too many times I&#8217;ve reviewed code that was written with only the obvious cases in mind.  A small step towards writing better code is to think to yourself during (and even before!) coding: &#8220;what if?&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.algorithm.co.il/blogs/index.php/programming/philo-prog/zen-programming-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
