<?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>Brian Crescimanno &#187; recursion</title>
	<atom:link href="http://briancrescimanno.com/tag/recursion/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancrescimanno.com</link>
	<description>Web application development...and anything else I find interesting.</description>
	<lastBuildDate>Fri, 28 Oct 2011 19:45:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Pass that Interview 2: Understanding Recursion</title>
		<link>http://briancrescimanno.com/2010/03/01/understanding-recursion/</link>
		<comments>http://briancrescimanno.com/2010/03/01/understanding-recursion/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 19:55:38 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[briancrescimanno.com]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[recursion]]></category>

		<guid isPermaLink="false">http://briancrescimanno.com/?p=165</guid>
		<description><![CDATA[Recursion is one of the most misunderstood concepts in software development. Truthfully, in modern software development it has been almost completely replaced by iterative control structures (loops). In front-end UI-layer development, it is very rarely used. However, it&#8217;s very common &#8230; <a href="http://briancrescimanno.com/2010/03/01/understanding-recursion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://briancrescimanno.com/2010/03/01/understanding-recursion/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

