<?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: How Much I Rely on Class Libraries</title>
	<atom:link href="http://kubasik.net/blog/2007/10/28/how-much-i-rely-on-class-libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://kubasik.net/blog/2007/10/28/how-much-i-rely-on-class-libraries/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-much-i-rely-on-class-libraries</link>
	<description>Kevin Kubasik's Personal Blog</description>
	<lastBuildDate>Sat, 17 Jul 2010 15:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: jsight</title>
		<link>http://kubasik.net/blog/2007/10/28/how-much-i-rely-on-class-libraries/comment-page-1/#comment-271</link>
		<dc:creator>jsight</dc:creator>
		<pubDate>Tue, 30 Oct 2007 15:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/10/29/how-much-i-rely-on-class-libraries/#comment-271</guid>
		<description>It was confusing to me as well.  Part of my confusion came from calling &quot;Convert.ToInt32(input)&quot; in each iteration of the loop when not actually changing the string.

That&#039;s a pet peeve of mine.  :)  If the result of calling the (marginally expensive) parse function never changes, just call it once before the loop.

Anyway, I know what you mean about forgetting basic algorithms.  It took me way longer to read that than it should have.</description>
		<content:encoded><![CDATA[<p>It was confusing to me as well.  Part of my confusion came from calling &#8220;Convert.ToInt32(input)&#8221; in each iteration of the loop when not actually changing the string.</p>
<p>That&#8217;s a pet peeve of mine.  <img src='http://kubasik.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   If the result of calling the (marginally expensive) parse function never changes, just call it once before the loop.</p>
<p>Anyway, I know what you mean about forgetting basic algorithms.  It took me way longer to read that than it should have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://kubasik.net/blog/2007/10/28/how-much-i-rely-on-class-libraries/comment-page-1/#comment-272</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Tue, 30 Oct 2007 04:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://kubasik.net/blog/2007/10/29/how-much-i-rely-on-class-libraries/#comment-272</guid>
		<description>I have to admit, that method was a little confusing to figure out. It&#039;s kind of a weird way to have you solve the problem (using div and mod) but I guess the point was to learn how those two operators work. One thing I noticed was that i is never used for anything meaningful. Other than that, great job. I&#039;m happy to see more Neumont students blogging.</description>
		<content:encoded><![CDATA[<p>I have to admit, that method was a little confusing to figure out. It&#8217;s kind of a weird way to have you solve the problem (using div and mod) but I guess the point was to learn how those two operators work. One thing I noticed was that i is never used for anything meaningful. Other than that, great job. I&#8217;m happy to see more Neumont students blogging.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
