<?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: PHP grievance number&#160;1</title>
	<atom:link href="http://hexmen.com/blog/2008/07/php-grievance-number-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://hexmen.com/blog/2008/07/php-grievance-number-1/</link>
	<description>On programming, and other things...</description>
	<lastBuildDate>Wed, 18 Aug 2010 19:32:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dimitry Zolotaryov</title>
		<link>http://hexmen.com/blog/2008/07/php-grievance-number-1/comment-page-1/#comment-31018</link>
		<dc:creator>Dimitry Zolotaryov</dc:creator>
		<pubDate>Fri, 11 Jul 2008 14:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://hexmen.com/blog/?p=51#comment-31018</guid>
		<description>I wholeheartedly agree with you there. I&#039;m currently on a project with notices disabled (too many to count if they are) and I just fixed a 3 month old issue involving a condition that never evaluated to true:

// not the actual code
function hasThree($titles = array()) {
if ($tiltes[2]) return true;
return false;
}

The lesson is, never (NEVER!) disable notices. Not on dev, nor in staging or production.

PS Nice blog, looking forward to reading your next entry.</description>
		<content:encoded><![CDATA[<p>I wholeheartedly agree with you there. I&#8217;m currently on a project with notices disabled (too many to count if they are) and I just fixed a 3 month old issue involving a condition that never evaluated to true:</p>
<p>// not the actual code<br />
function hasThree($titles = array()) {<br />
if ($tiltes[2]) return true;<br />
return false;<br />
}</p>
<p>The lesson is, never (NEVER!) disable notices. Not on dev, nor in staging or production.</p>
<p>PS Nice blog, looking forward to reading your next entry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
