<?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: jQuery Plugin Callbacks and Events</title>
	<atom:link href="http://www.onemoretake.com/2009/03/04/jquery-plugin-callbacks-and-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onemoretake.com/2009/03/04/jquery-plugin-callbacks-and-events/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 23:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: T Nguyen</title>
		<link>http://www.onemoretake.com/2009/03/04/jquery-plugin-callbacks-and-events/comment-page-1/#comment-869</link>
		<dc:creator>T Nguyen</dc:creator>
		<pubDate>Mon, 13 Jun 2011 03:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=127#comment-869</guid>
		<description>I don&#039;t like this approach, &quot;cool&quot; as it may be because it obfuscates the code.  If someone includes your plugin and the binds some custom event, another programmer down the line may look at the code and have no idea what plugin is triggering that custom event.  Furthermore, you need to be careful about namespacing as other plugins may also trigger the same events.  It doesn&#039;t improve performance at all and just makes the code less maintainable and readable.  There&#039;s a reason that you hardly ever see plugin authors use this method.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t like this approach, &#8220;cool&#8221; as it may be because it obfuscates the code.  If someone includes your plugin and the binds some custom event, another programmer down the line may look at the code and have no idea what plugin is triggering that custom event.  Furthermore, you need to be careful about namespacing as other plugins may also trigger the same events.  It doesn&#8217;t improve performance at all and just makes the code less maintainable and readable.  There&#8217;s a reason that you hardly ever see plugin authors use this method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

