<?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"
	>
<channel>
	<title>Comments on: Recursive call with anonymous function</title>
	<atom:link href="http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml/feed" rel="self" type="application/rss+xml" />
	<link>http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml</link>
	<description>My blog</description>
	<pubDate>Sun, 01 Aug 2010 08:15:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aamir</title>
		<link>http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml#comment-11</link>
		<dc:creator>Aamir</dc:creator>
		<pubDate>Fri, 10 Nov 2006 03:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml#comment-11</guid>
		<description>Yes, I had to create dynamic functions but one of the function was required recursive calls. I was thinking about using strategy pattern, butÂ was not possible because lots of client codeÂ was alreadyÂ written, and it wasÂ difficult to change that.

At that time this was the solution that came to my rescue. :)</description>
		<content:encoded><![CDATA[<p>Yes, I had to create dynamic functions but one of the function was required recursive calls. I was thinking about using strategy pattern, butÂ was not possible because lots of client codeÂ was alreadyÂ written, and it wasÂ difficult to change that.</p>
<p>At that time this was the solution that came to my rescue. <img src='http://aamironline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel D'Souza</title>
		<link>http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml#comment-10</link>
		<dc:creator>Joel D'Souza</dc:creator>
		<pubDate>Tue, 07 Nov 2006 22:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml#comment-10</guid>
		<description>Clever stuff but sorta defeats the purpose of setting up an anonymous function in the first place, wouldn't you think? 

Anonymous methods reduce the overhead of creating delegates and methods and also make for better readable and understandable code being placed in an in-line fashion.

Is there a die-hard situation that you've come across where you've needed this?</description>
		<content:encoded><![CDATA[<p>Clever stuff but sorta defeats the purpose of setting up an anonymous function in the first place, wouldn&#8217;t you think? </p>
<p>Anonymous methods reduce the overhead of creating delegates and methods and also make for better readable and understandable code being placed in an in-line fashion.</p>
<p>Is there a die-hard situation that you&#8217;ve come across where you&#8217;ve needed this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aamir</title>
		<link>http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml#comment-9</link>
		<dc:creator>Aamir</dc:creator>
		<pubDate>Fri, 03 Nov 2006 08:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://aamironline.com/blog/2006/10/29/recursive-call-with-anonymous-function.xml#comment-9</guid>
		<description>No, I dont think so. If you must use anonymuos methods and want to do recursive call then you will have to go with this approach... There is no direct simple way to achive this.</description>
		<content:encoded><![CDATA[<p>No, I dont think so. If you must use anonymuos methods and want to do recursive call then you will have to go with this approach&#8230; There is no direct simple way to achive this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
