<?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: A Quick Note On Pub-Sub / Event Aggregators In WinJS/WinRT</title>
	<atom:link href="http://lostechies.com/derickbailey/2012/07/26/a-quick-note-on-pub-sub-event-aggregators-in-winjswinrt/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2012/07/26/a-quick-note-on-pub-sub-event-aggregators-in-winjswinrt/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Thu, 13 Jun 2013 17:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/07/26/a-quick-note-on-pub-sub-event-aggregators-in-winjswinrt/#comment-2656</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Sun, 29 Jul 2012 12:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=968#comment-2656</guid>
		<description>name collision is one reason, but a small one. more importantly: reduce dependencies between objects that can legitimately know about each other because of some other relationship they already have, and reduce memory leaks in some situations by allowing the event binding / triggering to be garbage collected with the objects that trigger and respond to the events. lastly, the semantics introduced with localized pub/sub allows the app to be modularized in a more re-usable manner. you can take a module with you, without being forced to take the global dependency with you.</description>
		<content:encoded><![CDATA[<p>name collision is one reason, but a small one. more importantly: reduce dependencies between objects that can legitimately know about each other because of some other relationship they already have, and reduce memory leaks in some situations by allowing the event binding / triggering to be garbage collected with the objects that trigger and respond to the events. lastly, the semantics introduced with localized pub/sub allows the app to be modularized in a more re-usable manner. you can take a module with you, without being forced to take the global dependency with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stibrany</title>
		<link>http://lostechies.com/derickbailey/2012/07/26/a-quick-note-on-pub-sub-event-aggregators-in-winjswinrt/#comment-2655</link>
		<dc:creator>Dave Stibrany</dc:creator>
		<pubDate>Sat, 28 Jul 2012 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=968#comment-2655</guid>
		<description>Hey Im also a fan of using pub/sub. Whats the advantage of having localized event aggregators rather then just one at the app level. Is it just to avoid event name collisions?</description>
		<content:encoded><![CDATA[<p>Hey Im also a fan of using pub/sub. Whats the advantage of having localized event aggregators rather then just one at the app level. Is it just to avoid event name collisions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/07/26/a-quick-note-on-pub-sub-event-aggregators-in-winjswinrt/#comment-2651</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Fri, 27 Jul 2012 13:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=968#comment-2651</guid>
		<description>In the current project, our goal is to create a sample app that provides core guidance on how to build a WinJS app with as few external libraries as possible. The app itself doesn&#039;t use anything 3rd party - only the test suite does. 


In the future (after this project), I want to explore what WinJS + Backbone would look like and see if that would really bring any value to the table, where it would bring value, etc. Of course all of that depends on how much free time I have :)</description>
		<content:encoded><![CDATA[<p>In the current project, our goal is to create a sample app that provides core guidance on how to build a WinJS app with as few external libraries as possible. The app itself doesn&#8217;t use anything 3rd party &#8211; only the test suite does. </p>
<p>In the future (after this project), I want to explore what WinJS + Backbone would look like and see if that would really bring any value to the table, where it would bring value, etc. Of course all of that depends on how much free time I have :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Eisenberg</title>
		<link>http://lostechies.com/derickbailey/2012/07/26/a-quick-note-on-pub-sub-event-aggregators-in-winjswinrt/#comment-2650</link>
		<dc:creator>Rob Eisenberg</dc:creator>
		<pubDate>Fri, 27 Jul 2012 11:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=968#comment-2650</guid>
		<description>Since you are already a big Backbone user, why wouldn&#039;t you just use Backbone events? Did you have a constraint where you couldn&#039;t use third party libraries?</description>
		<content:encoded><![CDATA[<p>Since you are already a big Backbone user, why wouldn&#8217;t you just use Backbone events? Did you have a constraint where you couldn&#8217;t use third party libraries?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
