<?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 Lesson In Overengineering</title>
	<atom:link href="http://factormystic.net/blog/a-quick-lesson-in-overengineering/feed" rel="self" type="application/rss+xml" />
	<link>http://factormystic.net/blog/a-quick-lesson-in-overengineering</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Whitey</title>
		<link>http://factormystic.net/blog/a-quick-lesson-in-overengineering/comment-page-1#comment-42931</link>
		<dc:creator>Whitey</dc:creator>
		<pubDate>Tue, 15 May 2012 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://factormystic.net/blog/?p=55#comment-42931</guid>
		<description>I liked it</description>
		<content:encoded><![CDATA[<p>I liked it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Trump</title>
		<link>http://factormystic.net/blog/a-quick-lesson-in-overengineering/comment-page-1#comment-42417</link>
		<dc:creator>Donald Trump</dc:creator>
		<pubDate>Sun, 08 Aug 2010 21:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://factormystic.net/blog/?p=55#comment-42417</guid>
		<description>Your solution is crap. Enumerable.Range is much better, but you ruined it through overengineering, and then proposed a solution to that, which is underengineered. Here is one right answer: &lt;br&gt;&lt;br&gt;const char FirstChar = &#039;A&#039;;&lt;br&gt;const char LastChar = &#039;Z&#039;;&lt;br&gt;foreach (char c in Enumerable.Range(FirstChar, LastChar - FirstChar + 1)) /* do whatever you want with these chars */</description>
		<content:encoded><![CDATA[<p>Your solution is crap. Enumerable.Range is much better, but you ruined it through overengineering, and then proposed a solution to that, which is underengineered. Here is one right answer: </p>
<p>const char FirstChar = &#39;A&#39;;<br />const char LastChar = &#39;Z&#39;;<br />foreach (char c in Enumerable.Range(FirstChar, LastChar &#8211; FirstChar + 1)) /* do whatever you want with these chars */</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 33/39 queries in 0.027 seconds using disk: basic

Served from: factormystic.net @ 2012-05-17 21:13:26 -->
