<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Circuits: event driven components.</title>
	<atom:link href="http://jessenoller.com/2009/01/31/circuits-event-driven-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://jessenoller.com/2009/01/31/circuits-event-driven-components/</link>
	<description>python, programming and other things</description>
	<lastBuildDate>Thu, 11 Feb 2010 00:42:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Mills</title>
		<link>http://jessenoller.com/2009/01/31/circuits-event-driven-components/comment-page-1/#comment-139309</link>
		<dc:creator>James Mills</dc:creator>
		<pubDate>Thu, 12 Feb 2009 05:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=407#comment-139309</guid>
		<description>The operator overloading is all optional of course.&lt;br&gt;You -can- just simply call the register() method of a Component.&lt;br&gt;&lt;br&gt;--JamesMills</description>
		<content:encoded><![CDATA[<p>The operator overloading is all optional of course.<br />You -can- just simply call the register() method of a Component.</p>
<p>&#8211;JamesMills</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Mills</title>
		<link>http://jessenoller.com/2009/01/31/circuits-event-driven-components/comment-page-1/#comment-64950</link>
		<dc:creator>James Mills</dc:creator>
		<pubDate>Thu, 12 Feb 2009 00:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=407#comment-64950</guid>
		<description>The operator overloading is all optional of course.&lt;br&gt;You -can- just simply call the register() method of a Component.&lt;br&gt;&lt;br&gt;--JamesMills</description>
		<content:encoded><![CDATA[<p>The operator overloading is all optional of course.<br />You -can- just simply call the register() method of a Component.</p>
<p>&#8211;JamesMills</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jnoller</title>
		<link>http://jessenoller.com/2009/01/31/circuits-event-driven-components/comment-page-1/#comment-63914</link>
		<dc:creator>jnoller</dc:creator>
		<pubDate>Sun, 01 Feb 2009 12:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=407#comment-63914</guid>
		<description>I agree - metaprogramming and operator tweaking really obscures things - sure, it makes it more compact, but there&#039;s a threshold where compactness begins to push usability/clarity down.</description>
		<content:encoded><![CDATA[<p>I agree &#8211; metaprogramming and operator tweaking really obscures things &#8211; sure, it makes it more compact, but there&#39;s a threshold where compactness begins to push usability/clarity down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Diederich</title>
		<link>http://jessenoller.com/2009/01/31/circuits-event-driven-components/comment-page-1/#comment-63913</link>
		<dc:creator>Jack Diederich</dc:creator>
		<pubDate>Sun, 01 Feb 2009 04:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://jessenoller.com/?p=407#comment-63913</guid>
		<description>Yes, a little too much metaprogramming.  Because dog_instance.sit() is never called as such you have to wonder what magic calls it: is the the fact that the channel gets passed &#039;sit&#039; or because the event class is named &#039;Sit(Event)&#039;.  A simple run_event method in Sit that calls whatever.sit() would clear things up.  The trackbacks would be nicer too.&lt;br&gt;&lt;br&gt;I also have a healthy fear of operator overloading.  What do the following mean?&lt;br&gt;manager1 += event1&lt;br&gt;manager1 = manager1 + event&lt;br&gt;manager1 += event1 + event2&lt;br&gt;manager1 = manager2 + event1&lt;br&gt;&lt;br&gt;If &#039;+=&#039; is an alias for manager1.register() then just kill it.  Everyone understands function calls so use em.</description>
		<content:encoded><![CDATA[<p>Yes, a little too much metaprogramming.  Because dog_instance.sit() is never called as such you have to wonder what magic calls it: is the the fact that the channel gets passed &#39;sit&#39; or because the event class is named &#39;Sit(Event)&#39;.  A simple run_event method in Sit that calls whatever.sit() would clear things up.  The trackbacks would be nicer too.</p>
<p>I also have a healthy fear of operator overloading.  What do the following mean?<br />manager1 += event1<br />manager1 = manager1 + event<br />manager1 += event1 + event2<br />manager1 = manager2 + event1</p>
<p>If &#39;+=&#39; is an alias for manager1.register() then just kill it.  Everyone understands function calls so use em.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
