<?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: Performance matters</title>
	<atom:link href="http://dev.enekoalonso.com/2010/05/16/performance-matters/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.enekoalonso.com/2010/05/16/performance-matters/</link>
	<description>having fun with code</description>
	<lastBuildDate>Thu, 15 Sep 2011 22:21:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Eneko Alonso</title>
		<link>http://dev.enekoalonso.com/2010/05/16/performance-matters/comment-page-1/#comment-26522</link>
		<dc:creator>Eneko Alonso</dc:creator>
		<pubDate>Tue, 18 May 2010 13:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=543#comment-26522</guid>
		<description>Yeah, that is the best solution. Currently in the project I am working on  the JS is processed by our CMS, so it can generate different outputs, one of them being a flag to display/hide debug messages.

The MooTools just released something very interesting for MooTools 1.3: &lt;a href=&quot;http://github.com/cpojer/mootools-interface/blob/master/Demos/Example.js&quot;Interface&lt;/a rel=&quot;nofollow&quot;&gt;. While in use, it throws exceptions if someone in the dev team does not use a class as defined by the Interface. What is very interesting is that &lt;a href=&quot;http://twitter.com/cpojer/status/14177043960&quot; rel=&quot;nofollow&quot;&gt;it can be removed prior to deploying to production&lt;/a&gt;, so it would not have a performance impact.</description>
		<content:encoded><![CDATA[<p>Yeah, that is the best solution. Currently in the project I am working on  the JS is processed by our CMS, so it can generate different outputs, one of them being a flag to display/hide debug messages.</p>
<p>The MooTools just released something very interesting for MooTools 1.3: <a href="http://github.com/cpojer/mootools-interface/blob/master/Demos/Example.js"Interface</a rel="nofollow">. While in use, it throws exceptions if someone in the dev team does not use a class as defined by the Interface. What is very interesting is that </a><a href="http://twitter.com/cpojer/status/14177043960" rel="nofollow">it can be removed prior to deploying to production</a>, so it would not have a performance impact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pau Sanchez</title>
		<link>http://dev.enekoalonso.com/2010/05/16/performance-matters/comment-page-1/#comment-26518</link>
		<dc:creator>Pau Sanchez</dc:creator>
		<pubDate>Tue, 18 May 2010 07:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://dev.enekoalonso.com/?p=543#comment-26518</guid>
		<description>Still, a good idea would be to provide a debug version which logs errors (e.g: firebug), so developers can use it during development, to know they are not doing anything wrong.

Of course, I agree is not a good idea to use it in production/live site.</description>
		<content:encoded><![CDATA[<p>Still, a good idea would be to provide a debug version which logs errors (e.g: firebug), so developers can use it during development, to know they are not doing anything wrong.</p>
<p>Of course, I agree is not a good idea to use it in production/live site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

