<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: the &#8220;anchor adapter&#8221;</title>
	<atom:link href="http://silkandspinach.net/2009/01/22/the-anchor-adapter/feed/" rel="self" type="application/rss+xml" />
	<link>http://silkandspinach.net/2009/01/22/the-anchor-adapter/</link>
	<description>development, by example</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:40:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kevin Rutherford</title>
		<link>http://silkandspinach.net/2009/01/22/the-anchor-adapter/#comment-15876</link>
		<dc:creator><![CDATA[Kevin Rutherford]]></dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/?p=935#comment-15876</guid>
		<description><![CDATA[Not the constants themselves, perhaps. But anything that uses them will be more difficult to test.]]></description>
		<content:encoded><![CDATA[<p>Not the constants themselves, perhaps. But anything that uses them will be more difficult to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley Moran</title>
		<link>http://silkandspinach.net/2009/01/22/the-anchor-adapter/#comment-15875</link>
		<dc:creator><![CDATA[Ashley Moran]]></dc:creator>
		<pubDate>Sun, 20 Dec 2009 19:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/?p=935#comment-15875</guid>
		<description><![CDATA[Do you think that constants that reference value types (and class-method constructors for them) also add friction?]]></description>
		<content:encoded><![CDATA[<p>Do you think that constants that reference value types (and class-method constructors for them) also add friction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Rutherford</title>
		<link>http://silkandspinach.net/2009/01/22/the-anchor-adapter/#comment-15560</link>
		<dc:creator><![CDATA[Kevin Rutherford]]></dc:creator>
		<pubDate>Sun, 19 Jul 2009 13:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/?p=935#comment-15560</guid>
		<description><![CDATA[I tend to think of the gloabl space as somewhere for the runtime to put things so I can get at them from anywhere; it&#039;s certainly not somewhere I want to put any of my own code if I can possibly help it.]]></description>
		<content:encoded><![CDATA[<p>I tend to think of the gloabl space as somewhere for the runtime to put things so I can get at them from anywhere; it&#8217;s certainly not somewhere I want to put any of my own code if I can possibly help it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley Moran</title>
		<link>http://silkandspinach.net/2009/01/22/the-anchor-adapter/#comment-15559</link>
		<dc:creator><![CDATA[Ashley Moran]]></dc:creator>
		<pubDate>Sun, 19 Jul 2009 12:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/?p=935#comment-15559</guid>
		<description><![CDATA[No, I can&#039;t think of any off the top of my head.  How about this as an experiment: from now on (well, on some project it might work on) I will create only one constant of my own, to a class with exactly one class method, which will provide an object from which everything else can be generated.

Is that feasible, or is that just plain crazy?]]></description>
		<content:encoded><![CDATA[<p>No, I can&#8217;t think of any off the top of my head.  How about this as an experiment: from now on (well, on some project it might work on) I will create only one constant of my own, to a class with exactly one class method, which will provide an object from which everything else can be generated.</p>
<p>Is that feasible, or is that just plain crazy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Rutherford</title>
		<link>http://silkandspinach.net/2009/01/22/the-anchor-adapter/#comment-15558</link>
		<dc:creator><![CDATA[Kevin Rutherford]]></dc:creator>
		<pubDate>Sun, 19 Jul 2009 12:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/?p=935#comment-15558</guid>
		<description><![CDATA[Well, &lt;code&gt;new&lt;/code&gt; would have to be redesigned, but that aside I don&#039;t foresee any problems. Do you have a specific case in mind where class methods can&#039;t be avoiced?]]></description>
		<content:encoded><![CDATA[<p>Well, <code>new</code> would have to be redesigned, but that aside I don&#8217;t foresee any problems. Do you have a specific case in mind where class methods can&#8217;t be avoiced?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley Moran</title>
		<link>http://silkandspinach.net/2009/01/22/the-anchor-adapter/#comment-15557</link>
		<dc:creator><![CDATA[Ashley Moran]]></dc:creator>
		<pubDate>Sun, 19 Jul 2009 10:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://silkandspinach.net/?p=935#comment-15557</guid>
		<description><![CDATA[I&#039;ve gone through the &quot;how would you write this if Ruby didn&#039;t have inheritance?&quot; thought process, and concluded that the answer is always, &quot;better&quot;.  Now I don&#039;t use (class) inheritance any more.

So, as an idle question... how would you write code if Ruby didn&#039;t have class methods?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve gone through the &#8220;how would you write this if Ruby didn&#8217;t have inheritance?&#8221; thought process, and concluded that the answer is always, &#8220;better&#8221;.  Now I don&#8217;t use (class) inheritance any more.</p>
<p>So, as an idle question&#8230; how would you write code if Ruby didn&#8217;t have class methods?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

