<?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: In Ruby &#8216;?&#8217; binds stronger than &#8216;or&#8217;</title>
	<atom:link href="http://paulgoscicki.com/archives/2011/10/in-ruby-binds-stronger-than-or/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulgoscicki.com/archives/2011/10/in-ruby-binds-stronger-than-or/</link>
	<description>Random pieces of code, thoughts and movie reviews</description>
	<lastBuildDate>Wed, 22 May 2013 06:15:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Paul Goscicki</title>
		<link>http://paulgoscicki.com/archives/2011/10/in-ruby-binds-stronger-than-or/comment-page-1/#comment-52828</link>
		<dc:creator>Paul Goscicki</dc:creator>
		<pubDate>Thu, 13 Oct 2011 18:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/?p=377#comment-52828</guid>
		<description>Yes, you are correct that the knowledge of importance order is crucial (I thought I knew it!), yet the first example reads very ambiguous. I&#039;ve amended it to say &quot;Improper/misleading&quot; now.</description>
		<content:encoded><![CDATA[<p>Yes, you are correct that the knowledge of importance order is crucial (I thought I knew it!), yet the first example reads very ambiguous. I&#8217;ve amended it to say &#8220;Improper/misleading&#8221; now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Szotkowski</title>
		<link>http://paulgoscicki.com/archives/2011/10/in-ruby-binds-stronger-than-or/comment-page-1/#comment-52827</link>
		<dc:creator>Piotr Szotkowski</dc:creator>
		<pubDate>Thu, 13 Oct 2011 14:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/?p=377#comment-52827</guid>
		<description>I’m not sure you can call the first ‘improper’; the whole point of having separate &amp;&amp;/&#124;&#124; and and/or in Ruby is that the latter bind very weakly, so can be used for control flow, whereas the former bind rather strongly and can be used for Boolean logic. There are people who say ‘don’t ever use the and/or form’, but I do use it regularly – it’s really useful when you understand the difference. :)</description>
		<content:encoded><![CDATA[<p>I’m not sure you can call the first ‘improper’; the whole point of having separate &amp;&amp;/|| and and/or in Ruby is that the latter bind very weakly, so can be used for control flow, whereas the former bind rather strongly and can be used for Boolean logic. There are people who say ‘don’t ever use the and/or form’, but I do use it regularly – it’s really useful when you understand the difference. <img src='http://paulgoscicki.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
