<?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 for Joanna Carter</title>
	<atom:link href="http://blogs.teamb.com/joannacarter/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.teamb.com/joannacarter</link>
	<description></description>
	<pubDate>Sat, 11 Feb 2012 13:11:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Design Patterns in Delphi by Buy Guaranteed Facebook Fans</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/691#comment-242</link>
		<dc:creator>Buy Guaranteed Facebook Fans</dc:creator>
		<pubDate>Tue, 29 Nov 2011 08:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/691/#comment-242</guid>
		<description>&lt;strong&gt;Extra Reading...&lt;/strong&gt;

[...]we like to honor other sites on the web, even if they aren't related to us, by linking to them.  Below are some sites worth checking out[...]...</description>
		<content:encoded><![CDATA[<p><strong>Extra Reading&#8230;</strong></p>
<p>[...]we like to honor other sites on the web, even if they aren&#8217;t related to us, by linking to them.  Below are some sites worth checking out[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Observer Pattern by Buy Guaranteed Facebook Fans</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/690#comment-241</link>
		<dc:creator>Buy Guaranteed Facebook Fans</dc:creator>
		<pubDate>Sat, 26 Nov 2011 11:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/1/#comment-241</guid>
		<description>&lt;strong&gt;Extra Reading...&lt;/strong&gt;

[...]we like to honor other sites on the web, even if they aren't related to us, by linking to them.  Below are some sites worth checking out[...]...</description>
		<content:encoded><![CDATA[<p><strong>Extra Reading&#8230;</strong></p>
<p>[...]we like to honor other sites on the web, even if they aren&#8217;t related to us, by linking to them.  Below are some sites worth checking out[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Iterator Pattern by giulio</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/697#comment-29</link>
		<dc:creator>giulio</dc:creator>
		<pubDate>Tue, 08 Aug 2006 17:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/692/#comment-29</guid>
		<description>Why don't to add an implementation template using C# enerics? Anyway... very good! ;-)&lt;br&gt;&lt;br&gt;Bye,&lt;br&gt;Giulio</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t to add an implementation template using C# enerics? Anyway&#8230; very good! <img src='http://blogs.teamb.com/joannacarter/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Bye,<br />
<br />Giulio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Observer Pattern by Mike S</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/690#comment-18</link>
		<dc:creator>Mike S</dc:creator>
		<pubDate>Tue, 28 Mar 2006 00:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/1/#comment-18</guid>
		<description>Nice article and thanks for putting it together.&lt;br&gt;&lt;br&gt;Do you have a working example available for download?  It is much easier to start with something that works and I have been completely unsuccessful in splicing &lt;br&gt;together the various snippets.</description>
		<content:encoded><![CDATA[<p>Nice article and thanks for putting it together.</p>
<p>Do you have a working example available for download?  It is much easier to start with something that works and I have been completely unsuccessful in splicing<br />
<br />together the various snippets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OO Frameworks Masterclass by wl</title>
		<link>http://blogs.teamb.com/joannacarter/2004/08/09/1024#comment-15</link>
		<dc:creator>wl</dc:creator>
		<pubDate>Mon, 12 Sep 2005 20:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/08/09/698/#comment-15</guid>
		<description>no comment :-)</description>
		<content:encoded><![CDATA[<p>no comment <img src='http://blogs.teamb.com/joannacarter/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Iterator Pattern by Jose Luis</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/697#comment-16</link>
		<dc:creator>Jose Luis</dc:creator>
		<pubDate>Sat, 20 Aug 2005 15:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/692/#comment-16</guid>
		<description>If I add the &#34;friendly&#34; class to be able to declare the iterator class into another unit separated from TCustomerList class, I would need to add into the TCustomerIterator unit the uses of the TCustomerList.&lt;br&gt;Then, when I would like to add the GetIterator into the TCustomerList to create the iterator from withing the list ifself, am I going to have a circular reference?&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>If I add the &quot;friendly&quot; class to be able to declare the iterator class into another unit separated from TCustomerList class, I would need to add into the TCustomerIterator unit the uses of the TCustomerList.<br />
<br />Then, when I would like to add the GetIterator into the TCustomerList to create the iterator from withing the list ifself, am I going to have a circular reference?<br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Iterator Pattern by Shawn Stamps</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/697#comment-28</link>
		<dc:creator>Shawn Stamps</dc:creator>
		<pubDate>Sun, 10 Jul 2005 19:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/692/#comment-28</guid>
		<description>Yes, it is an infinite loop. The correct code would be:&lt;br&gt;&lt;br&gt;Repeat&lt;br&gt;Result := inherited Next;&lt;br&gt;Until Not Result Or Result And CurrentItem.CreditStop;&lt;br&gt;&lt;br&gt;I've coded that kind of error so many times that I usually catch it right after I type it in. ;)&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Yes, it is an infinite loop. The correct code would be:</p>
<p>Repeat<br />
<br />Result := inherited Next;<br />
<br />Until Not Result Or Result And CurrentItem.CreditStop;</p>
<p>I&#8217;ve coded that kind of error so many times that I usually catch it right after I type it in. <img src='http://blogs.teamb.com/joannacarter/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Observer Pattern by Joanna Carter</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/690#comment-17</link>
		<dc:creator>Joanna Carter</dc:creator>
		<pubDate>Thu, 09 Jun 2005 13:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/1/#comment-17</guid>
		<description>No, using interface references for delegation is just as valid as objects as long as you are aware of the refcounting and QueryInterface implications.</description>
		<content:encoded><![CDATA[<p>No, using interface references for delegation is just as valid as objects as long as you are aware of the refcounting and QueryInterface implications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Observer Pattern by Ilia Frenkel</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/690#comment-27</link>
		<dc:creator>Ilia Frenkel</dc:creator>
		<pubDate>Thu, 09 Jun 2005 13:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/1/#comment-27</guid>
		<description>Great article!&lt;br&gt;I have some remark, though:&lt;br&gt;  TClockTimer = class(TInterfacedObject, IClockTimer, ISubject)&lt;br&gt;  private&lt;br&gt;    fTimer: TTimer;&lt;br&gt;    fInternalTime: TDateTime;&lt;br&gt;    fSubject: --&#62;ISubject&#60;--;&lt;br&gt;    function GetTime: TDateTime;&lt;br&gt;    procedure Tick(Sender: TObject);&lt;br&gt;    property Subject: --&#62;ISubject&#60;--&lt;br&gt;             read fSubject&lt;br&gt;             implements ISubject;&lt;br&gt;  public&lt;br&gt;    constructor Create;&lt;br&gt;  end;&lt;br&gt;&lt;br&gt;Shouldn't it be TSubject?&lt;br&gt;&lt;br&gt;---&lt;br&gt;Best regards, Ilia Frenkel.</description>
		<content:encoded><![CDATA[<p>Great article!<br />
<br />I have some remark, though:<br />
<br />  TClockTimer = class(TInterfacedObject, IClockTimer, ISubject)<br />
<br />  private<br />
<br />    fTimer: TTimer;<br />
<br />    fInternalTime: TDateTime;<br />
<br />    fSubject: &#8211;&gt;ISubject&lt;&#8211;;<br />
<br />    function GetTime: TDateTime;<br />
<br />    procedure Tick(Sender: TObject);<br />
<br />    property Subject: &#8211;&gt;ISubject&lt;&#8211;<br />
<br />             read fSubject<br />
<br />             implements ISubject;<br />
<br />  public<br />
<br />    constructor Create;<br />
<br />  end;</p>
<p>Shouldn&#8217;t it be TSubject?</p>
<p>&#8212;<br />
<br />Best regards, Ilia Frenkel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Iterator Pattern by Stephen Melnyk</title>
		<link>http://blogs.teamb.com/joannacarter/2004/06/30/697#comment-26</link>
		<dc:creator>Stephen Melnyk</dc:creator>
		<pubDate>Tue, 23 Nov 2004 21:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.teamb.com/joannacarter/2004/06/30/692/#comment-26</guid>
		<description>Thanks for the article, Joanna.  I appreciate you taking the time to write it.&lt;br&gt;&lt;br&gt;Could you clarify one point for me?  In the Skip Iterators section, you implement TBadCustomerIterator.Next with:&lt;br&gt;&lt;br&gt;    repeat&lt;br&gt;      Result := inherited Next;&lt;br&gt;    until Result and CurrentItem.CreditStop&lt;br&gt;&lt;br&gt;Isn't this an infinite loop?  The last item in the list is going to return False from the inherited Next.&lt;br&gt;&lt;br&gt;Stephen</description>
		<content:encoded><![CDATA[<p>Thanks for the article, Joanna.  I appreciate you taking the time to write it.</p>
<p>Could you clarify one point for me?  In the Skip Iterators section, you implement TBadCustomerIterator.Next with:</p>
<p>    repeat<br />
<br />      Result := inherited Next;<br />
<br />    until Result and CurrentItem.CreditStop</p>
<p>Isn&#8217;t this an infinite loop?  The last item in the list is going to return False from the inherited Next.</p>
<p>Stephen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

