<?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"
	>
<channel>
	<title>Comments for Bob On Development</title>
	<atom:link href="http://bobondevelopment.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobondevelopment.com</link>
	<description>Musings on the craft and business of software development</description>
	<pubDate>Thu, 07 Aug 2008 21:12:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How Not To Remove Multiple Spaces From Strings by Rory Fitzpatrick</title>
		<link>http://bobondevelopment.com/2008/07/26/how-not-to-remove-multiple-spaces-from-strings/#comment-6054</link>
		<dc:creator>Rory Fitzpatrick</dc:creator>
		<pubDate>Sun, 27 Jul 2008 12:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/?p=125#comment-6054</guid>
		<description>A useful tip, thanks for sharing. But would the following regex not work as well, as it can match 2 or more spaces?
&lt;code&gt;[\s]{2,}&lt;/code&gt;

I guess from a performance perspective a simple string comparison and replace might be more effective.

&lt;em&gt;Bob repies:  I use regex all the time, but tend to avoid regex when a simple comparison will do.  Not only for performance reasons, but for clarity.  But the main motivation for this post was running across this logic for the umpteenth time.  I know the intent, but it's one of those sneaky things that, depending on the data being fed to it, is apt to work most of the time and then occasionally fail.  That is the worst class of bugs.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>A useful tip, thanks for sharing. But would the following regex not work as well, as it can match 2 or more spaces?<br />
<code>[\s]{2,}</code></p>
<p>I guess from a performance perspective a simple string comparison and replace might be more effective.</p>
<p><em>Bob repies:  I use regex all the time, but tend to avoid regex when a simple comparison will do.  Not only for performance reasons, but for clarity.  But the main motivation for this post was running across this logic for the umpteenth time.  I know the intent, but it&#8217;s one of those sneaky things that, depending on the data being fed to it, is apt to work most of the time and then occasionally fail.  That is the worst class of bugs.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Three Ways to Clear a StringBuilder by Marcelo Lopez</title>
		<link>http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/#comment-5996</link>
		<dc:creator>Marcelo Lopez</dc:creator>
		<pubDate>Thu, 24 Jul 2008 19:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/#comment-5996</guid>
		<description>Ahmed ....where ? I don't see .Clear() coming up in a newly created solution in VS2008 using 3.5.  What assembly/version are you loading that includes that interface for StringBuilder ?</description>
		<content:encoded><![CDATA[<p>Ahmed &#8230;.where ? I don&#8217;t see .Clear() coming up in a newly created solution in VS2008 using 3.5.  What assembly/version are you loading that includes that interface for StringBuilder ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are Modeling Languages the Next Big Thing in Software Development? by stan</title>
		<link>http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/#comment-4515</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Thu, 20 Mar 2008 19:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/#comment-4515</guid>
		<description>If there's any doubt at all, take a look at the publication date of Petzold's post.</description>
		<content:encoded><![CDATA[<p>If there&#8217;s any doubt at all, take a look at the publication date of Petzold&#8217;s post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unexpected Error 0&#215;8ffe2740 Occurred in IIS 5.1 by darryl</title>
		<link>http://bobondevelopment.com/2007/10/17/unexpected-error-0x8ffe2740-occurred-in-iis-51/#comment-4330</link>
		<dc:creator>darryl</dc:creator>
		<pubDate>Sun, 09 Mar 2008 23:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2007/10/17/unexpected-error-0x8ffe2740-occurred-in-iis-51/#comment-4330</guid>
		<description>Thanks for the post!  I had the same problem and went through the same routine, not finding anything using port 80.  I tried to think what I had installed recently, and on a whim, closed Jungle Disk.  It worked, and then I re-Googled the problem to find your post.  Nice to find verification.</description>
		<content:encoded><![CDATA[<p>Thanks for the post!  I had the same problem and went through the same routine, not finding anything using port 80.  I tried to think what I had installed recently, and on a whim, closed Jungle Disk.  It worked, and then I re-Googled the problem to find your post.  Nice to find verification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Three Ways to Clear a StringBuilder by Ahmed</title>
		<link>http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/#comment-4189</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Wed, 27 Feb 2008 18:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2007/06/11/three-ways-to-clear-a-stringbuilder/#comment-4189</guid>
		<description>FYI, .NET 3.5 framework introduces StringBuilder.Clear()</description>
		<content:encoded><![CDATA[<p>FYI, .NET 3.5 framework introduces StringBuilder.Clear()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are Modeling Languages the Next Big Thing in Software Development? by Merit</title>
		<link>http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/#comment-4072</link>
		<dc:creator>Merit</dc:creator>
		<pubDate>Tue, 12 Feb 2008 23:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2008/02/09/are-modeling-languages-the-next-big-thing-in-software-development/#comment-4072</guid>
		<description>I assumed that CSML article was a joke.  At least, I certainly hope it is.

&lt;em&gt;Bob responds: Yes, I think the suggested pronunciation of "ScamL" indicates that Petzold is poking fun at a someone's efforts in this space.  Let's hope it's doesn't end up hitting too close to home.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I assumed that CSML article was a joke.  At least, I certainly hope it is.</p>
<p><em>Bob responds: Yes, I think the suggested pronunciation of &#8220;ScamL&#8221; indicates that Petzold is poking fun at a someone&#8217;s efforts in this space.  Let&#8217;s hope it&#8217;s doesn&#8217;t end up hitting too close to home.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimize Memory Consumption Using String Interning by Petz</title>
		<link>http://bobondevelopment.com/2007/05/19/optimize-memory-consumption-using-string-interning/#comment-3907</link>
		<dc:creator>Petz</dc:creator>
		<pubDate>Wed, 23 Jan 2008 16:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2007/05/19/optimize-memory-consumption-using-string-interning/#comment-3907</guid>
		<description>thank you for this interesting info.
didnt know the Intern() method</description>
		<content:encoded><![CDATA[<p>thank you for this interesting info.<br />
didnt know the Intern() method</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sql Server Error 18456: Login Failed by Aaron Davis</title>
		<link>http://bobondevelopment.com/2007/12/13/sql-server-error-18456-login-failed/#comment-3430</link>
		<dc:creator>Aaron Davis</dc:creator>
		<pubDate>Fri, 14 Dec 2007 14:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2007/12/13/sql-server-error-18456-login-failed/#comment-3430</guid>
		<description>Man, MS really do not understand helpful error message.  How hard would it have been to tack a description at the end of the log entry.

I am glad that they have error codes, severity, state and the like, because that can be used to gain additional information (i.e. easier to search for on google).  But diskspace is cheap, and a couple dozen extra characters in a log entry is not going to fill it that much faster.  

I can't decide if it is laziness or incompetence, but this seems to exemplify their attitude toward error reporting.  (Although it's not as bad as "Catastrophic Failure" in Visual Studio).</description>
		<content:encoded><![CDATA[<p>Man, MS really do not understand helpful error message.  How hard would it have been to tack a description at the end of the log entry.</p>
<p>I am glad that they have error codes, severity, state and the like, because that can be used to gain additional information (i.e. easier to search for on google).  But diskspace is cheap, and a couple dozen extra characters in a log entry is not going to fill it that much faster.  </p>
<p>I can&#8217;t decide if it is laziness or incompetence, but this seems to exemplify their attitude toward error reporting.  (Although it&#8217;s not as bad as &#8220;Catastrophic Failure&#8221; in Visual Studio).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALT.NET Conference Austin &#8212; Day 1 by ken mora</title>
		<link>http://bobondevelopment.com/2007/10/05/altnet-conference-austin-day-1/#comment-3339</link>
		<dc:creator>ken mora</dc:creator>
		<pubDate>Thu, 29 Nov 2007 08:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2007/10/05/altnet-conference-austin-day-1/#comment-3339</guid>
		<description>I'm new to this things, this is very informative to me! Great!</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to this things, this is very informative to me! Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ALT.NET Conference Austin &#8212; Day 1 by Northern Cyprus</title>
		<link>http://bobondevelopment.com/2007/10/05/altnet-conference-austin-day-1/#comment-3335</link>
		<dc:creator>Northern Cyprus</dc:creator>
		<pubDate>Wed, 28 Nov 2007 10:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://bobondevelopment.com/2007/10/05/altnet-conference-austin-day-1/#comment-3335</guid>
		<description>Thanks for sharing this information. This is helpful so I am looking forward for more.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this information. This is helpful so I am looking forward for more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
