<?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: Self Printing JavaScript Literals</title>
	<atom:link href="http://ajaxian.com/archives/self-printing-javascript-literals/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/self-printing-javascript-literals</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Wed, 10 Mar 2010 02:10:29 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy Kant</title>
		<link>http://ajaxian.com/archives/self-printing-javascript-literals/comment-page-1#comment-261449</link>
		<dc:creator>Andy Kant</dc:creator>
		<pubDate>Tue, 19 Feb 2008 00:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3341#comment-261449</guid>
		<description>@Kris
I don&#039;t think that they&#039;re saying that inspection isn&#039;t valuable for debugging, I think that it is indispensable, but this particular technique doesn&#039;t really gain you much of anything since modern debuggers (like Firebug) have that feature baked in. There are debuggers for IE and other browsers that provide similar abilities. If you *really* need this ability and don&#039;t have a debugger installed, a property dump of the object would be more useful than just a name.</description>
		<content:encoded><![CDATA[<p>@Kris<br />
I don&#8217;t think that they&#8217;re saying that inspection isn&#8217;t valuable for debugging, I think that it is indispensable, but this particular technique doesn&#8217;t really gain you much of anything since modern debuggers (like Firebug) have that feature baked in. There are debuggers for IE and other browsers that provide similar abilities. If you *really* need this ability and don&#8217;t have a debugger installed, a property dump of the object would be more useful than just a name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Kowal</title>
		<link>http://ajaxian.com/archives/self-printing-javascript-literals/comment-page-1#comment-261443</link>
		<dc:creator>Kris Kowal</dc:creator>
		<pubDate>Mon, 18 Feb 2008 18:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3341#comment-261443</guid>
		<description>Alternately, you could implement Python&#039;s polymorphic &#124;repr&#124; or Ruby&#039;s &#124;inspect&#124;.  Firebug has good object inspection if you log non-strings (with a browsable object inspector, but I don&#039;t believe it&#039;s overridable.  I disagree with Urandom and Lon42; inspection is very valuable for debugging and totally worth the bother to copytheft.</description>
		<content:encoded><![CDATA[<p>Alternately, you could implement Python&#8217;s polymorphic |repr| or Ruby&#8217;s |inspect|.  Firebug has good object inspection if you log non-strings (with a browsable object inspector, but I don&#8217;t believe it&#8217;s overridable.  I disagree with Urandom and Lon42; inspection is very valuable for debugging and totally worth the bother to copytheft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bollywood</title>
		<link>http://ajaxian.com/archives/self-printing-javascript-literals/comment-page-1#comment-261438</link>
		<dc:creator>bollywood</dc:creator>
		<pubDate>Mon, 18 Feb 2008 15:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3341#comment-261438</guid>
		<description>Functional JavaScript seems like a python language on shell.</description>
		<content:encoded><![CDATA[<p>Functional JavaScript seems like a python language on shell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://ajaxian.com/archives/self-printing-javascript-literals/comment-page-1#comment-261436</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Mon, 18 Feb 2008 12:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3341#comment-261436</guid>
		<description>I must say I agree with Urandom.</description>
		<content:encoded><![CDATA[<p>I must say I agree with Urandom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon42</title>
		<link>http://ajaxian.com/archives/self-printing-javascript-literals/comment-page-1#comment-261435</link>
		<dc:creator>Lon42</dc:creator>
		<pubDate>Mon, 18 Feb 2008 12:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3341#comment-261435</guid>
		<description>I think in FF you can use whatever.source to prettyprint anything.</description>
		<content:encoded><![CDATA[<p>I think in FF you can use whatever.source to prettyprint anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: urandom</title>
		<link>http://ajaxian.com/archives/self-printing-javascript-literals/comment-page-1#comment-261433</link>
		<dc:creator>urandom</dc:creator>
		<pubDate>Mon, 18 Feb 2008 11:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3341#comment-261433</guid>
		<description>&quot;Are you ever sick of seeing Object get printed out when you try to output a variable to your console.&quot;

I can&#039;t say that I have. And I can&#039;t even justify all this work just for the sake of debugging.</description>
		<content:encoded><![CDATA[<p>&#8220;Are you ever sick of seeing Object get printed out when you try to output a variable to your console.&#8221;</p>
<p>I can&#8217;t say that I have. And I can&#8217;t even justify all this work just for the sake of debugging.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
