<?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: Separation of Concerns by example: Part 1</title>
	<atom:link href="http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: pkehcjaeucf</title>
		<link>http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/#comment-616</link>
		<dc:creator>pkehcjaeucf</dc:creator>
		<pubDate>Wed, 28 Oct 2009 08:19:52 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/19/separation-of-concerns-by-example-part-1.aspx#comment-616</guid>
		<description>redUer  &lt;a href=&quot;http://vkenxctomraf.com/&quot;&gt;vkenxctomraf&lt;/a&gt;, [url=http://svqpgdhekjrd.com/]svqpgdhekjrd[/url], [link=http://cxygayhghuwm.com/]cxygayhghuwm[/link], http://enpqieutrjek.com/</description>
		<content:encoded><![CDATA[<p>redUer  <a href="http://vkenxctomraf.com/">vkenxctomraf</a>, [url=http://svqpgdhekjrd.com/]svqpgdhekjrd[/url], [link=http://cxygayhghuwm.com/]cxygayhghuwm[/link], <a href="http://enpqieutrjek.com/" rel="nofollow">http://enpqieutrjek.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eKnacks</title>
		<link>http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/#comment-615</link>
		<dc:creator>eKnacks</dc:creator>
		<pubDate>Wed, 10 Dec 2008 04:34:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/19/separation-of-concerns-by-example-part-1.aspx#comment-615</guid>
		<description>You&#039;ve been knacked. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve been knacked. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/#comment-614</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Sun, 22 Jun 2008 22:07:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/19/separation-of-concerns-by-example-part-1.aspx#comment-614</guid>
		<description>Thanks, this looks like a great example, I am looking forward to the rest of the series, I like description of the refactoring to solve the static method problem.</description>
		<content:encoded><![CDATA[<p>Thanks, this looks like a great example, I am looking forward to the rest of the series, I like description of the refactoring to solve the static method problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Jack</title>
		<link>http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/#comment-613</link>
		<dc:creator>Colin Jack</dc:creator>
		<pubDate>Fri, 20 Jun 2008 06:41:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/19/separation-of-concerns-by-example-part-1.aspx#comment-613</guid>
		<description>As Joshua said its a great idea for a series, looking forward to reading the rest.</description>
		<content:encoded><![CDATA[<p>As Joshua said its a great idea for a series, looking forward to reading the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/#comment-612</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Fri, 20 Jun 2008 03:31:28 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2008/06/19/separation-of-concerns-by-example-part-1.aspx#comment-612</guid>
		<description>This is a great idea for a series, and I have a suggestion that might make it a little more effective.

I assume the target audience is readers that are not yet used to this type of development, but are curious enough to learn. Chances are, they are not using ReSharper and references to things like Ctrl_Alt-M will be confusing. It may slow you down a bit, but I bet it would help the readers a lot if you suggest the default Visual Studio key mappings (Ctrl-R, Ctrl-M - I had to look it up) when available, or how to go about the refactoring manually if it is not available in VS.
Yes, everyone should be using a tool like ReSharper, but lets not make it a barrier to entry to understanding the practices.</description>
		<content:encoded><![CDATA[<p>This is a great idea for a series, and I have a suggestion that might make it a little more effective.</p>
<p>I assume the target audience is readers that are not yet used to this type of development, but are curious enough to learn. Chances are, they are not using ReSharper and references to things like Ctrl_Alt-M will be confusing. It may slow you down a bit, but I bet it would help the readers a lot if you suggest the default Visual Studio key mappings (Ctrl-R, Ctrl-M &#8211; I had to look it up) when available, or how to go about the refactoring manually if it is not available in VS.<br />
Yes, everyone should be using a tool like ReSharper, but lets not make it a barrier to entry to understanding the practices.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
