<?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: Announcing the jsKata libraries</title>
	<atom:link href="http://www.javascriptkata.com/2010/06/15/announcing-the-jskata-libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptkata.com/2010/06/15/announcing-the-jskata-libraries/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=announcing-the-jskata-libraries</link>
	<description>helping you with javascript since 2007</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:22:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dsimard</title>
		<link>http://www.javascriptkata.com/2010/06/15/announcing-the-jskata-libraries/comment-page-1/#comment-1233</link>
		<dc:creator>dsimard</dc:creator>
		<pubDate>Wed, 17 Aug 2011 01:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=253#comment-1233</guid>
		<description>Thanks!It&#039;s a design decision mostly led by my own taste.&lt;br&gt;&lt;br&gt;Too often, objects create a rigid structure that can be hard to understand, use and modify as time goes by.&lt;br&gt;&lt;br&gt;By using closures, the scope of each method is reduced and it&#039;s more simpler to test and modify each of them separately.</description>
		<content:encoded><![CDATA[<p>Thanks!It&#39;s a design decision mostly led by my own taste.</p>
<p>Too often, objects create a rigid structure that can be hard to understand, use and modify as time goes by.</p>
<p>By using closures, the scope of each method is reduced and it&#39;s more simpler to test and modify each of them separately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.javascriptkata.com/2010/06/15/announcing-the-jskata-libraries/comment-page-1/#comment-1232</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 16 Aug 2011 21:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=253#comment-1232</guid>
		<description>This is fairly old but i just came across your site and feel your libraries will be useful. I just wondered; why avoid objects in favor of closures. I&#039;m kind of fuzzy still on the nature and use of closures, so maybe this answer will help my understanding. Thanks for making your code public :)</description>
		<content:encoded><![CDATA[<p>This is fairly old but i just came across your site and feel your libraries will be useful. I just wondered; why avoid objects in favor of closures. I&#39;m kind of fuzzy still on the nature and use of closures, so maybe this answer will help my understanding. Thanks for making your code public <img src='http://www.javascriptkata.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NoFreeze : a library that avoids freezing in javascript &#187; Javascript Kata</title>
		<link>http://www.javascriptkata.com/2010/06/15/announcing-the-jskata-libraries/comment-page-1/#comment-940</link>
		<dc:creator>NoFreeze : a library that avoids freezing in javascript &#187; Javascript Kata</dc:creator>
		<pubDate>Tue, 10 Aug 2010 19:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=253#comment-940</guid>
		<description>[...] launched jskata not a long time ago and mostly talked about the undo feature. Now, I will talk about the jskata [...]</description>
		<content:encoded><![CDATA[<p>[...] launched jskata not a long time ago and mostly talked about the undo feature. Now, I will talk about the jskata [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Simard</title>
		<link>http://www.javascriptkata.com/2010/06/15/announcing-the-jskata-libraries/comment-page-1/#comment-929</link>
		<dc:creator>Dan Simard</dc:creator>
		<pubDate>Mon, 05 Jul 2010 21:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=253#comment-929</guid>
		<description>Yeah, javascriptkatadotcom is a bit of an overkill... but it&#039;s done now and anyway, I just copy/paste that code at the bottom so...&lt;br&gt;&lt;br&gt;But thanks for the coment!</description>
		<content:encoded><![CDATA[<p>Yeah, javascriptkatadotcom is a bit of an overkill&#8230; but it&#39;s done now and anyway, I just copy/paste that code at the bottom so&#8230;</p>
<p>But thanks for the coment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.javascriptkata.com/2010/06/15/announcing-the-jskata-libraries/comment-page-1/#comment-924</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 17 Jun 2010 06:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascriptkata.com/?p=253#comment-924</guid>
		<description>Hey, this is great Dan. I had a look at the code and this is some well written javascript. The kind of javasript I am unable to write. Congrats barnak!&lt;br&gt;&lt;br&gt;I think your default namespace could be jsKata instead of javascriptkatadotcom. The chances that someone already have a namespace called jsKata in his application is almost non existent.&lt;br&gt;&lt;br&gt;That would save you the pain of writing javascriptkatadotcom everytime in your own library. That&#039;s no big deal but I wanted to say something about the code and this is all I could find.</description>
		<content:encoded><![CDATA[<p>Hey, this is great Dan. I had a look at the code and this is some well written javascript. The kind of javasript I am unable to write. Congrats barnak!</p>
<p>I think your default namespace could be jsKata instead of javascriptkatadotcom. The chances that someone already have a namespace called jsKata in his application is almost non existent.</p>
<p>That would save you the pain of writing javascriptkatadotcom everytime in your own library. That&#39;s no big deal but I wanted to say something about the code and this is all I could find.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

