<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Patterns I Love/Hate #3: Visitor</title>
	<link>http://tech.puredanger.com/2007/07/16/visitor/</link>
	<description>Alex Miller's technical blog</description>
	<pubDate>Sun, 12 Oct 2008 18:04:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Passion is like genius; a miracle. - Template Method Pattern and Virtuality in C++, Visitor Pattern</title>
		<link>http://tech.puredanger.com/2007/07/16/visitor/#comment-49453</link>
		<pubDate>Tue, 20 May 2008 17:13:57 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/07/16/visitor/#comment-49453</guid>
					<description>[...] 3. Great overview and alternative implementation of traditional visitor pattern. http://tech.puredanger.com/2007/07/16/visitor/    Posted 21 May 2008 / C_CPlusPlus / [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 3. Great overview and alternative implementation of traditional visitor pattern. <a href='http://tech.puredanger.com/2007/07/16/visitor/' rel='nofollow'>http://tech.puredanger.com/2007/07/16/visitor/</a>    Posted 21 May 2008 / C_CPlusPlus / [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: soylent</title>
		<link>http://tech.puredanger.com/2007/07/16/visitor/#comment-34139</link>
		<pubDate>Sun, 23 Mar 2008 11:51:12 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/07/16/visitor/#comment-34139</guid>
					<description>Nice transcript of &quot;Design Patterns: Elements of Reusable Object-Oriented Software&quot; (ISBN 0-201-63361-2). Could only recommand the book to everyone as it discusses patterns indepth which also includes sections which discuss the draw-backs and &quot;not-to-use&quot; scenarios.

Regarding Performance optimisation:     
The First and Second Rules of Program Optimisation

       1. Don’t do it.
       2. (For experts only!): Don’t do it yet.</description>
		<content:encoded><![CDATA[<p>Nice transcript of &#8220;Design Patterns: Elements of Reusable Object-Oriented Software&#8221; (ISBN 0-201-63361-2). Could only recommand the book to everyone as it discusses patterns indepth which also includes sections which discuss the draw-backs and &#8220;not-to-use&#8221; scenarios.</p>
<p>Regarding Performance optimisation:<br />
The First and Second Rules of Program Optimisation</p>
<p>       1. Don’t do it.<br />
       2. (For experts only!): Don’t do it yet.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Alex Miller - Visitor pattern with closures</title>
		<link>http://tech.puredanger.com/2007/07/16/visitor/#comment-32385</link>
		<pubDate>Thu, 13 Mar 2008 19:45:33 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/07/16/visitor/#comment-32385</guid>
					<description>[...] Here&amp;#8217;s one version of Visitor with closures. I&amp;#8217;m not too happy with it yet. There&amp;#8217;s no Visitor interface, I&amp;#8217;m just using a closure to handle the visitor callbacks. The downside to that is that I&amp;#8217;ve lost the double-dispatch part. I suspect this is probably fine for many common visitor cases and sucks for others. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Here&#8217;s one version of Visitor with closures. I&#8217;m not too happy with it yet. There&#8217;s no Visitor interface, I&#8217;m just using a closure to handle the visitor callbacks. The downside to that is that I&#8217;ve lost the double-dispatch part. I suspect this is probably fine for many common visitor cases and sucks for others. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ian Joyce &#187; Blog Archive &#187; links for 2007-07-23</title>
		<link>http://tech.puredanger.com/2007/07/16/visitor/#comment-19820</link>
		<pubDate>Fri, 04 Jan 2008 20:20:58 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/07/16/visitor/#comment-19820</guid>
					<description>[...] Pure Danger Tech » Blog Archive » Patterns I Love/Hate #3: Visitor (tags: toread) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Pure Danger Tech » Blog Archive » Patterns I Love/Hate #3: Visitor (tags: toread) [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: prashant</title>
		<link>http://tech.puredanger.com/2007/07/16/visitor/#comment-10184</link>
		<pubDate>Tue, 09 Oct 2007 07:23:59 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/07/16/visitor/#comment-10184</guid>
					<description>Alex,

Thanks Alex.I love your blog and especially your Java7 updates.

Thanks
Prashant
http://prashantjalasutram.blogspot.com/</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>Thanks Alex.I love your blog and especially your Java7 updates.</p>
<p>Thanks<br />
Prashant<br />
<a href='http://prashantjalasutram.blogspot.com/' rel='nofollow'>http://prashantjalasutram.blogspot.com/</a>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
