<?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: Coding better: It&#8217;s the little things.</title>
	<atom:link href="http://quickduck.com/blog/2009/02/25/coding-better-its-the-little-things/feed/" rel="self" type="application/rss+xml" />
	<link>http://quickduck.com/blog/2009/02/25/coding-better-its-the-little-things/</link>
	<description>Straight from the mind of geniuseseses....</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:56:25 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://quickduck.com/blog/2009/02/25/coding-better-its-the-little-things/comment-page-1/#comment-4666</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 18 May 2009 05:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/2009/02/25/coding-better-its-the-little-things/#comment-4666</guid>
		<description>Why not? Who would write in that horrible mess of language known as VB.Net :)</description>
		<content:encoded><![CDATA[<p>Why not? Who would write in that horrible mess of language known as VB.Net :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathan</title>
		<link>http://quickduck.com/blog/2009/02/25/coding-better-its-the-little-things/comment-page-1/#comment-2722</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Wed, 25 Mar 2009 17:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://quickduck.com/blog/2009/02/25/coding-better-its-the-little-things/#comment-2722</guid>
		<description>The thing that annoys me is people who don&#039;t use the framework for simple conversion things like in VB they use CBool to convert to a bool or (bool) in C#.  It is small but say you ever convert your code to C# you have to go back through and check it all. Use Convert.ToBoolean, thats what it is there for.  Why use language specific routines.

Correct me if i am wrong!</description>
		<content:encoded><![CDATA[<p>The thing that annoys me is people who don&#8217;t use the framework for simple conversion things like in VB they use CBool to convert to a bool or (bool) in C#.  It is small but say you ever convert your code to C# you have to go back through and check it all. Use Convert.ToBoolean, thats what it is there for.  Why use language specific routines.</p>
<p>Correct me if i am wrong!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
