<?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: premature optimization	</title>
	<atom:link href="https://www.selikoff.net/2008/09/06/premature-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2008/09/06/premature-optimization/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Thu, 21 Apr 2011 21:39:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: jeanne		</title>
		<link>https://www.selikoff.net/2008/09/06/premature-optimization/comment-page-1/#comment-178</link>

		<dc:creator><![CDATA[jeanne]]></dc:creator>
		<pubDate>Sat, 13 Sep 2008 02:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=376#comment-178</guid>

					<description><![CDATA[Martijn,
I suppose it could be considered business logic.  Technically all the images are of the form &lt;img src=&quot;name.gif&quot;&gt;  So running the logic regardless would be just as accurate.  I like your rationalization that it is explanatory though.]]></description>
			<content:encoded><![CDATA[<p>Martijn,<br />
I suppose it could be considered business logic.  Technically all the images are of the form <img src="name.gif"/>  So running the logic regardless would be just as accurate.  I like your rationalization that it is explanatory though.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Martijn Verburg		</title>
		<link>https://www.selikoff.net/2008/09/06/premature-optimization/comment-page-1/#comment-172</link>

		<dc:creator><![CDATA[Martijn Verburg]]></dc:creator>
		<pubDate>Fri, 12 Sep 2008 10:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=376#comment-172</guid>

					<description><![CDATA[I&#039;d always argue that pre-optimization is evil (and I also agree with the commenter above).  However in your case is it not a piece of &#039;business&#039; logic?  e.g.  You only want to convert images, I could see the argument for having the method name convertImage (or some such)]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d always argue that pre-optimization is evil (and I also agree with the commenter above).  However in your case is it not a piece of &#8216;business&#8217; logic?  e.g.  You only want to convert images, I could see the argument for having the method name convertImage (or some such)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: john smith		</title>
		<link>https://www.selikoff.net/2008/09/06/premature-optimization/comment-page-1/#comment-119</link>

		<dc:creator><![CDATA[john smith]]></dc:creator>
		<pubDate>Sun, 07 Sep 2008 16:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=376#comment-119</guid>

					<description><![CDATA[Finally...someone who gets it.  I can&#039;t count how many blog entries about which is faster...this or that...Then they show that if you do the same line of code 10 million times, one is one second faster.  Who cares?  If an end user won&#039;t notice the difference, it isn&#039;t worth changing.  In my example, even if you did run that line of code 10 million times for a single request from a user, it isn&#039;t worth changing.]]></description>
			<content:encoded><![CDATA[<p>Finally&#8230;someone who gets it.  I can&#8217;t count how many blog entries about which is faster&#8230;this or that&#8230;Then they show that if you do the same line of code 10 million times, one is one second faster.  Who cares?  If an end user won&#8217;t notice the difference, it isn&#8217;t worth changing.  In my example, even if you did run that line of code 10 million times for a single request from a user, it isn&#8217;t worth changing.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
