<?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 for NetBen</title>
	<atom:link href="http://www.netben.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netben.nl</link>
	<description>Ramblings about JavaScript and frontend development.</description>
	<lastBuildDate>Thu, 25 Nov 2010 15:03:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Code on demand by NetBen</title>
		<link>http://www.netben.nl/2010/11/19/code-on-demand/comment-page-1/#comment-72</link>
		<dc:creator>NetBen</dc:creator>
		<pubDate>Thu, 25 Nov 2010 15:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.netben.nl/?p=200#comment-72</guid>
		<description><![CDATA[Both are premature optimisations to begin with. 
The first does 1 action less when y is truthy, namely the assignment.
The second always does the assignment, whether y is truthy or falsy.
The difference in performance is minute tbh...

I always tend to use the first because it&#039;s usually inside a function that gets called a lot.]]></description>
		<content:encoded><![CDATA[<p>Both are premature optimisations to begin with.<br />
The first does 1 action less when y is truthy, namely the assignment.<br />
The second always does the assignment, whether y is truthy or falsy.<br />
The difference in performance is minute tbh&#8230;</p>
<p>I always tend to use the first because it&#8217;s usually inside a function that gets called a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code on demand by Hay</title>
		<link>http://www.netben.nl/2010/11/19/code-on-demand/comment-page-1/#comment-70</link>
		<dc:creator>Hay</dc:creator>
		<pubDate>Wed, 24 Nov 2010 09:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.netben.nl/?p=200#comment-70</guid>
		<description><![CDATA[What is the difference between

y &#124;&#124; (y = x.message);

and

y = y &#124;&#124; x.message;

The second form seems more easily readable to me.]]></description>
		<content:encoded><![CDATA[<p>What is the difference between</p>
<p>y || (y = x.message);</p>
<p>and</p>
<p>y = y || x.message;</p>
<p>The second form seems more easily readable to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code on demand by Tweets die vermelden Code on demand « NetBen -- Topsy.com</title>
		<link>http://www.netben.nl/2010/11/19/code-on-demand/comment-page-1/#comment-69</link>
		<dc:creator>Tweets die vermelden Code on demand « NetBen -- Topsy.com</dc:creator>
		<pubDate>Fri, 19 Nov 2010 20:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.netben.nl/?p=200#comment-69</guid>
		<description><![CDATA[[...] Dit blogartikel was vermeld op Twitter door Gregory Nicholas, Ben Gerrissen. Ben Gerrissen heeft gezegd: wrote an article: &quot;code on demand&quot; http://bit.ly/b8yQj8 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Dit blogartikel was vermeld op Twitter door Gregory Nicholas, Ben Gerrissen. Ben Gerrissen heeft gezegd: wrote an article: &quot;code on demand&quot; <a href="http://bit.ly/b8yQj8" rel="nofollow">http://bit.ly/b8yQj8</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ok, it&#8217;s called JSoo now ^^ by John-David Dalton</title>
		<link>http://www.netben.nl/2009/02/24/67/comment-page-1/#comment-17</link>
		<dc:creator>John-David Dalton</dc:creator>
		<pubDate>Thu, 26 Feb 2009 19:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.netben.nl/?p=67#comment-17</guid>
		<description><![CDATA[I really dig the JSoo.Module cache stuff. It could also be done on the target object level via this.cache and having the attached modules access it directly but I like that its a private variable shared between all attached modules (keeps the module cache seperate from the object they are being attached to). Very cool stuff. 

Oh, I also like that with JSoo I can access all donor objects. :D]]></description>
		<content:encoded><![CDATA[<p>I really dig the JSoo.Module cache stuff. It could also be done on the target object level via this.cache and having the attached modules access it directly but I like that its a private variable shared between all attached modules (keeps the module cache seperate from the object they are being attached to). Very cool stuff. </p>
<p>Oh, I also like that with JSoo I can access all donor objects. <img src='http://www.netben.nl/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So I reinvented prototype.js&#8230; by NetBen</title>
		<link>http://www.netben.nl/2009/02/24/so-i-reinvented-prototypejs/comment-page-1/#comment-16</link>
		<dc:creator>NetBen</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.netben.nl/?p=44#comment-16</guid>
		<description><![CDATA[Oh and I have to confess, I have broken some eggs in JSoo since it doesn&#039;t support linear inheritance properly like YUI does, though the problem only shows when you change the property hashes AFTER you initiated instances and only in multi level inheritance, quite obscure actually... still a challenge to fix ^^]]></description>
		<content:encoded><![CDATA[<p>Oh and I have to confess, I have broken some eggs in JSoo since it doesn&#8217;t support linear inheritance properly like YUI does, though the problem only shows when you change the property hashes AFTER you initiated instances and only in multi level inheritance, quite obscure actually&#8230; still a challenge to fix ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
