<?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: WordPress mistery solved!</title>
	<atom:link href="http://soledadpenades.com/2009/05/09/wordpress-mistery-solved/feed/" rel="self" type="application/rss+xml" />
	<link>http://soledadpenades.com/2009/05/09/wordpress-mistery-solved/</link>
	<description>repeat 4[fd 100 rt 90]</description>
	<lastBuildDate>Mon, 30 Jan 2012 21:18:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2009/05/09/wordpress-mistery-solved/#comment-51801</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Tue, 12 May 2009 09:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=980#comment-51801</guid>
		<description>I think what confuses/bothers/annoys me is that when you reach a line with that comparison style, you then have to temporarily ignore the constant on the left of the comparison, look for the variable on the right, and then jump back to the constant and mentally swap their places so that the classic &quot;if $x equals blah...&quot; takes shape again.</description>
		<content:encoded><![CDATA[<p>I think what confuses/bothers/annoys me is that when you reach a line with that comparison style, you then have to temporarily ignore the constant on the left of the comparison, look for the variable on the right, and then jump back to the constant and mentally swap their places so that the classic &#8220;if $x equals blah&#8230;&#8221; takes shape again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy</title>
		<link>http://soledadpenades.com/2009/05/09/wordpress-mistery-solved/#comment-51797</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Mon, 11 May 2009 21:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=980#comment-51797</guid>
		<description>At some point, painful as it is, you have to clean out bad habits, even habits you thought were good. I made this change a few years ago, and it has definitely helped me. Just making the chnage itself makes you less prone to the errors, because you immediately notice that 2 can&#039;t = something, only ==.</description>
		<content:encoded><![CDATA[<p>At some point, painful as it is, you have to clean out bad habits, even habits you thought were good. I made this change a few years ago, and it has definitely helped me. Just making the chnage itself makes you less prone to the errors, because you immediately notice that 2 can&#8217;t = something, only ==.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sole</title>
		<link>http://soledadpenades.com/2009/05/09/wordpress-mistery-solved/#comment-51796</link>
		<dc:creator>sole</dc:creator>
		<pubDate>Mon, 11 May 2009 15:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=980#comment-51796</guid>
		<description>Definitely! Although I think it&#039;s a question of habit: I am used to write it the other way. But of course I recognize it&#039;s way better the WP way. I mean - it&#039;s IMPOSSIBLE to introduce a bug with that, because the interpreter is going to want to have some serious talk with you if you do it :)</description>
		<content:encoded><![CDATA[<p>Definitely! Although I think it&#8217;s a question of habit: I am used to write it the other way. But of course I recognize it&#8217;s way better the WP way. I mean &#8211; it&#8217;s IMPOSSIBLE to introduce a bug with that, because the interpreter is going to want to have some serious talk with you if you do it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armando Di Cianno</title>
		<link>http://soledadpenades.com/2009/05/09/wordpress-mistery-solved/#comment-51795</link>
		<dc:creator>Armando Di Cianno</dc:creator>
		<pubDate>Mon, 11 May 2009 14:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=980#comment-51795</guid>
		<description>This is a habit I forced myself into years ago when i was programming mainly in C.

I&#039;m glad that there are better tools these days that warn one of issues like this, but in the end, if you make the l-value the constant, you&#039;re pretty much guaranteed not to make this mistake in languages that dumbfoundingly use the equals sign &#039;=&#039; as the /assignment/ operator.</description>
		<content:encoded><![CDATA[<p>This is a habit I forced myself into years ago when i was programming mainly in C.</p>
<p>I&#8217;m glad that there are better tools these days that warn one of issues like this, but in the end, if you make the l-value the constant, you&#8217;re pretty much guaranteed not to make this mistake in languages that dumbfoundingly use the equals sign &#8216;=&#8217; as the /assignment/ operator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pera</title>
		<link>http://soledadpenades.com/2009/05/09/wordpress-mistery-solved/#comment-51789</link>
		<dc:creator>pera</dc:creator>
		<pubDate>Sat, 09 May 2009 14:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://soledadpenades.com/?p=980#comment-51789</guid>
		<description>uau muy interesante forma para evitar un tipico error.. aunque es cierto que un IDE podria darnos el warning y listo ;)

saludos</description>
		<content:encoded><![CDATA[<p>uau muy interesante forma para evitar un tipico error.. aunque es cierto que un IDE podria darnos el warning y listo ;)</p>
<p>saludos</p>
]]></content:encoded>
	</item>
</channel>
</rss>

