<?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: Erlang &amp; Single Assignment: You&#8217;re Doing It Wrong</title>
	<atom:link href="http://weblog.hypotheticalabs.com/?feed=rss2&#038;p=281" rel="self" type="application/rss+xml" />
	<link>http://weblog.hypotheticalabs.com/?p=281</link>
	<description>Improving the world, hypothetically</description>
	<lastBuildDate>Thu, 19 Aug 2010 15:28:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew</title>
		<link>http://weblog.hypotheticalabs.com/?p=281&#038;cpage=1#comment-1757</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 29 Jul 2008 08:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.hypotheticalabs.com/?p=281#comment-1757</guid>
		<description>Erlang is for wimps</description>
		<content:encoded><![CDATA[<p>Erlang is for wimps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan Schmidt</title>
		<link>http://weblog.hypotheticalabs.com/?p=281&#038;cpage=1#comment-1756</link>
		<dc:creator>Stephan Schmidt</dc:creator>
		<pubDate>Tue, 29 Jul 2008 05:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.hypotheticalabs.com/?p=281#comment-1756</guid>
		<description>&quot;Reusing variables in the same function - Quit it. Really. Erlang is trying to tell you your function is either too long or doing too many things.&quot;

Not only in Erlang, but also in Java:

&lt;a href=&quot;http://stephan.reposita.org/archives/2008/04/22/all-variables-in-java-must-be-final/&quot; rel=&quot;nofollow&quot;&gt;http://stephan.reposita.org/archives/2008/04/22/all-variables-in-java-must-be-final/&lt;/a&gt;

&quot;If you reassign a variable you most probably do something wrong. Iâ€™ll bet if you reassign a variable your method does at least two different things though every method should only do one thing.&quot;

This post on my blog resulted in 12 down votes on Dzone ;-)

Peace
-stephan</description>
		<content:encoded><![CDATA[<p>&#8220;Reusing variables in the same function &#8211; Quit it. Really. Erlang is trying to tell you your function is either too long or doing too many things.&#8221;</p>
<p>Not only in Erlang, but also in Java:</p>
<p><a href="http://stephan.reposita.org/archives/2008/04/22/all-variables-in-java-must-be-final/" rel="nofollow">http://stephan.reposita.org/archives/2008/04/22/all-variables-in-java-must-be-final/</a></p>
<p>&#8220;If you reassign a variable you most probably do something wrong. Iâ€™ll bet if you reassign a variable your method does at least two different things though every method should only do one thing.&#8221;</p>
<p>This post on my blog resulted in 12 down votes on Dzone ;-)</p>
<p>Peace<br />
-stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain O'Dea</title>
		<link>http://weblog.hypotheticalabs.com/?p=281&#038;cpage=1#comment-1754</link>
		<dc:creator>Alain O'Dea</dc:creator>
		<pubDate>Mon, 28 Jul 2008 23:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.hypotheticalabs.com/?p=281#comment-1754</guid>
		<description>A concise and definitive statement on the subject was needed. You delivered. Thank you Kevin.</description>
		<content:encoded><![CDATA[<p>A concise and definitive statement on the subject was needed. You delivered. Thank you Kevin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitrii Dimandt</title>
		<link>http://weblog.hypotheticalabs.com/?p=281&#038;cpage=1#comment-1753</link>
		<dc:creator>Dmitrii Dimandt</dc:creator>
		<pubDate>Mon, 28 Jul 2008 19:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.hypotheticalabs.com/?p=281#comment-1753</guid>
		<description>You&#039;ve nailed it in this sentence: &quot;Erlang is trying to tell you your function is either too long or doing too many things.&quot; When I write code in Erlang I realy feel the physiological need to split up functions in order to make them shorter and ... well... nicer, so to speak</description>
		<content:encoded><![CDATA[<p>You&#8217;ve nailed it in this sentence: &#8220;Erlang is trying to tell you your function is either too long or doing too many things.&#8221; When I write code in Erlang I realy feel the physiological need to split up functions in order to make them shorter and &#8230; well&#8230; nicer, so to speak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://weblog.hypotheticalabs.com/?p=281&#038;cpage=1#comment-1752</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.hypotheticalabs.com/?p=281#comment-1752</guid>
		<description>I&#039;ve only been in the Erlang world for about a week but I&#039;m amazed by how vitriolic this &quot;debate&quot; has become. Your lucid (and non-apologetic) explanation is highly welcome.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve only been in the Erlang world for about a week but I&#8217;m amazed by how vitriolic this &#8220;debate&#8221; has become. Your lucid (and non-apologetic) explanation is highly welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hoersten</title>
		<link>http://weblog.hypotheticalabs.com/?p=281&#038;cpage=1#comment-1751</link>
		<dc:creator>Luke Hoersten</dc:creator>
		<pubDate>Mon, 28 Jul 2008 17:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.hypotheticalabs.com/?p=281#comment-1751</guid>
		<description>Awesome overview. I&#039;ve modified one of my older posts on &lt;a href=&quot;http://humani.st/why-make-erlang-a-functional-language/&quot; rel=&quot;nofollow&quot;&gt;why Erlang is a functional language&lt;/a&gt; to reflect this idea. Up until now, I was just calling this &quot;syntax&quot; for lack of a better descriptor.</description>
		<content:encoded><![CDATA[<p>Awesome overview. I&#8217;ve modified one of my older posts on <a href="http://humani.st/why-make-erlang-a-functional-language/" rel="nofollow">why Erlang is a functional language</a> to reflect this idea. Up until now, I was just calling this &#8220;syntax&#8221; for lack of a better descriptor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
