<?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: Trusting Magic Methods</title>
	<atom:link href="http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>Facebook should&#039;ve be written in unicornSchemaLang, because everyone *knows* that PHP is no good for anything, right?</description>
	<lastBuildDate>Wed, 17 Mar 2010 16:29:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
		<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/comment-page-1/#comment-7100</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Thu, 23 Aug 2007 20:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/#comment-7100</guid>
		<description>@Juan Well, there are some instances where code efficiency is a secondary consideration because your bottleneck is not code.  You and I both worked on a site like that...</description>
		<content:encoded><![CDATA[<p>@Juan Well, there are some instances where code efficiency is a secondary consideration because your bottleneck is not code.  You and I both worked on a site like that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/comment-page-1/#comment-7097</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Thu, 23 Aug 2007 14:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/#comment-7097</guid>
		<description>By using a framework you&#039;re trading  performance/ for fast development.  I&#039;m not saying don&#039;t use a framework but if you care about efficiency you should be building your own framework.</description>
		<content:encoded><![CDATA[<p>By using a framework you&#8217;re trading  performance/ for fast development.  I&#8217;m not saying don&#8217;t use a framework but if you care about efficiency you should be building your own framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hofstetter</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/comment-page-1/#comment-7094</link>
		<dc:creator>Daniel Hofstetter</dc:creator>
		<pubDate>Wed, 22 Aug 2007 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/#comment-7094</guid>
		<description>I think such a pre-commit hook would be annoying ;-)

But it should be a habit of the developers to run the tests before committing code that could break something.</description>
		<content:encoded><![CDATA[<p>I think such a pre-commit hook would be annoying <img src='http://www.littlehart.net/atthekeyboard/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>But it should be a habit of the developers to run the tests before committing code that could break something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hartjes</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/comment-page-1/#comment-7090</link>
		<dc:creator>Chris Hartjes</dc:creator>
		<pubDate>Wed, 22 Aug 2007 13:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/#comment-7090</guid>
		<description>@Daniel:  Well, this is more of a social or procedural issue then, isn&#039;t it?  I agree that you should write a test and make sure that not only your test passes but that other tests don&#039;t fail because of your changes.

I wonder if it&#039;s possible to add a pre-commit hook to SVN that runs all the tests and looks for any failures in the output, stopping the commit if there are any failures.  I remember when I worked at the dating site that one day one of the sysadmins, without telling anyone, changed our CVS configuration to do exactly that.  It didn&#039;t go over very well.</description>
		<content:encoded><![CDATA[<p>@Daniel:  Well, this is more of a social or procedural issue then, isn&#8217;t it?  I agree that you should write a test and make sure that not only your test passes but that other tests don&#8217;t fail because of your changes.</p>
<p>I wonder if it&#8217;s possible to add a pre-commit hook to SVN that runs all the tests and looks for any failures in the output, stopping the commit if there are any failures.  I remember when I worked at the dating site that one day one of the sysadmins, without telling anyone, changed our CVS configuration to do exactly that.  It didn&#8217;t go over very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hofstetter</title>
		<link>http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/comment-page-1/#comment-7089</link>
		<dc:creator>Daniel Hofstetter</dc:creator>
		<pubDate>Wed, 22 Aug 2007 12:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.littlehart.net/atthekeyboard/2007/08/21/trusting-magic-methods/#comment-7089</guid>
		<description>Personally, I don&#039;t trust CakePHP, because a) tests are missing, and b) some existing tests fail (at the moment I get 11 failures and 3 exceptions with rev. 5568). But as I trust my own tests it doesn&#039;t matter much whether the underlying framework is trustworthy or not...</description>
		<content:encoded><![CDATA[<p>Personally, I don&#8217;t trust CakePHP, because a) tests are missing, and b) some existing tests fail (at the moment I get 11 failures and 3 exceptions with rev. 5568). But as I trust my own tests it doesn&#8217;t matter much whether the underlying framework is trustworthy or not&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->