<?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: Stack Traces and Consulting Rates</title>
	<atom:link href="http://myarch.com/stack-traces-and-consulting-rates/feed" rel="self" type="application/rss+xml" />
	<link>http://myarch.com/stack-traces-and-consulting-rates</link>
	<description>Builds and bytes</description>
	<lastBuildDate>Mon, 07 May 2012 05:20:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve Loughran</title>
		<link>http://myarch.com/stack-traces-and-consulting-rates/comment-page-1#comment-34829</link>
		<dc:creator>Steve Loughran</dc:creator>
		<pubDate>Wed, 21 Jan 2009 08:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://myarch.com/?p=141#comment-34829</guid>
		<description>mmm, we produce some pretty big stack traces too. A root cause is the fact that Java interfaces/base classes limit the scope of all exceptions that aren&#039;t descended from RuntimeException to a select few. If you subclass other people&#039;s code, or wrap other people&#039;s code in your framework: nested stacks.

The nice thing about OSS code is the recipient gets to handle the trace; paste it in the IDE and see what went wrong. For closed source, all you get to do is paste the text into google and see who else got the same error. Which is why you should never put stack traces, error messages or windows error codes into blog entries, except as screen shots -otherwise you end up fielding the support calls from everyone whose search turns up your blog entry</description>
		<content:encoded><![CDATA[<p>mmm, we produce some pretty big stack traces too. A root cause is the fact that Java interfaces/base classes limit the scope of all exceptions that aren&#8217;t descended from RuntimeException to a select few. If you subclass other people&#8217;s code, or wrap other people&#8217;s code in your framework: nested stacks.</p>
<p>The nice thing about OSS code is the recipient gets to handle the trace; paste it in the IDE and see what went wrong. For closed source, all you get to do is paste the text into google and see who else got the same error. Which is why you should never put stack traces, error messages or windows error codes into blog entries, except as screen shots -otherwise you end up fielding the support calls from everyone whose search turns up your blog entry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

