<?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 for eCrane Blogging</title>
	<atom:link href="http://cranehouse.net/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://cranehouse.net/blog</link>
	<description>Eric Crane’s technology and software development blog.</description>
	<lastBuildDate>Wed, 29 Jul 2009 18:32:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Kindle by Bea Crane</title>
		<link>http://cranehouse.net/blog/?p=184&#038;cpage=1#comment-89</link>
		<dc:creator>Bea Crane</dc:creator>
		<pubDate>Wed, 29 Jul 2009 18:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=184#comment-89</guid>
		<description>That&#039;s no way to talk about my Kindle! But I do agree with  you:-)</description>
		<content:encoded><![CDATA[<p>That&#8217;s no way to talk about my Kindle! But I do agree with  you:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developer Productivity by suzy wandson</title>
		<link>http://cranehouse.net/blog/?p=93&#038;cpage=1#comment-38</link>
		<dc:creator>suzy wandson</dc:creator>
		<pubDate>Mon, 09 Mar 2009 19:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=93#comment-38</guid>
		<description>I saw your blog while searching Google. Very interesing article I must say. I will now share it with my facebook friends.</description>
		<content:encoded><![CDATA[<p>I saw your blog while searching Google. Very interesing article I must say. I will now share it with my facebook friends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enjoying Work and Being Productive by admin</title>
		<link>http://cranehouse.net/blog/?p=146&#038;cpage=1#comment-63</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 08 Feb 2009 23:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=146#comment-63</guid>
		<description>I have seen plenty of times that two men have disagreed and worked together respectfully to find a resolution that worked for everyone.  I have also seen women who refused to listen, compromise or back down from their own position, even in the slightest.  I don&#039;t think that ego is a male thing.  But I think that in general you are right that guys tend to be a bit more blustery and argumentative.  If I didn&#039;t concede at least that, you could reply that this response was just another case in point.  :)</description>
		<content:encoded><![CDATA[<p>I have seen plenty of times that two men have disagreed and worked together respectfully to find a resolution that worked for everyone.  I have also seen women who refused to listen, compromise or back down from their own position, even in the slightest.  I don&#8217;t think that ego is a male thing.  But I think that in general you are right that guys tend to be a bit more blustery and argumentative.  If I didn&#8217;t concede at least that, you could reply that this response was just another case in point.  <img src='http://cranehouse.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intrinsic and Extrinsic Motivation by admin</title>
		<link>http://cranehouse.net/blog/?p=153&#038;cpage=1#comment-67</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 08 Feb 2009 13:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=153#comment-67</guid>
		<description>At my last job I worked on a Management Reporting project.  It took data from a data warehouse and presented aggregate numbers to management.  You could argue that it made the management more aware of what was going on, more productive, whatever ... and that those things, in the end, made the company more profitable.  But it would be hard, or impossible, to calculate the profitability of those reports.

Another example is the project I am working on now.  It is a web application that customers will use.  They don&#039;t pay for the software--they pay for a service.  And it is doubtful that we would gain or lose a single customer on the basis of the software alone.  It might be a factor among many in gaining or losing customers.  It is something we need to have to run the business, but it is very hard to tie it directly to profitability.</description>
		<content:encoded><![CDATA[<p>At my last job I worked on a Management Reporting project.  It took data from a data warehouse and presented aggregate numbers to management.  You could argue that it made the management more aware of what was going on, more productive, whatever &#8230; and that those things, in the end, made the company more profitable.  But it would be hard, or impossible, to calculate the profitability of those reports.</p>
<p>Another example is the project I am working on now.  It is a web application that customers will use.  They don&#8217;t pay for the software&#8211;they pay for a service.  And it is doubtful that we would gain or lose a single customer on the basis of the software alone.  It might be a factor among many in gaining or losing customers.  It is something we need to have to run the business, but it is very hard to tie it directly to profitability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Width by admin</title>
		<link>http://cranehouse.net/blog/?p=158&#038;cpage=1#comment-71</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 08 Feb 2009 13:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=158#comment-71</guid>
		<description>You are right that my analogy breaks down pretty quickly.  But I&#039;m not talking about code being readable by a compiler.  I&#039;m talking about something that is read by another person.  Lots of code needs to be maintained by someone other that the original author.  When we write code, we should write not only for the compiler, but also for other developers to be able to read.  So having a standard on how you align your curly braces in Java or C# is common; or the use of tabs for indentation and conventions about how lines are indented.  These all to go readability of the code, but make no difference whatsoever to the compiler.  Line width is another one of these in my opinion.  That&#039;s really all I was trying to say.</description>
		<content:encoded><![CDATA[<p>You are right that my analogy breaks down pretty quickly.  But I&#8217;m not talking about code being readable by a compiler.  I&#8217;m talking about something that is read by another person.  Lots of code needs to be maintained by someone other that the original author.  When we write code, we should write not only for the compiler, but also for other developers to be able to read.  So having a standard on how you align your curly braces in Java or C# is common; or the use of tabs for indentation and conventions about how lines are indented.  These all to go readability of the code, but make no difference whatsoever to the compiler.  Line width is another one of these in my opinion.  That&#8217;s really all I was trying to say.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Width by amy wilson</title>
		<link>http://cranehouse.net/blog/?p=158&#038;cpage=1#comment-70</link>
		<dc:creator>amy wilson</dc:creator>
		<pubDate>Sat, 07 Feb 2009 04:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=158#comment-70</guid>
		<description>You seem to infer that writing code is equal to writing prose. Clearly they are not. When coding, the compiler takes care of grammar and punctuation. All programming languages have an implicit syntax. Without following such a syntax you are not programming.

If we are talking about OO programming we are talking about objects as nouns, methods as verbs, and the various grammatical syntaxes of defining classes and methods. When you see a method definition you know it&#039;s a method definition. That is tacit knowledge. I don&#039;t see how this:

public void DoSomething(int myVariable1,
                                     int myVariable2)

public void DoSomething(int myVariable1, int myVariable2)

The only objective items in programming are constrained by the compiler. Everything else is subjective. If you believe otherwise I&#039;d like you to give me an example directly related to programming.</description>
		<content:encoded><![CDATA[<p>You seem to infer that writing code is equal to writing prose. Clearly they are not. When coding, the compiler takes care of grammar and punctuation. All programming languages have an implicit syntax. Without following such a syntax you are not programming.</p>
<p>If we are talking about OO programming we are talking about objects as nouns, methods as verbs, and the various grammatical syntaxes of defining classes and methods. When you see a method definition you know it&#8217;s a method definition. That is tacit knowledge. I don&#8217;t see how this:</p>
<p>public void DoSomething(int myVariable1,<br />
                                     int myVariable2)</p>
<p>public void DoSomething(int myVariable1, int myVariable2)</p>
<p>The only objective items in programming are constrained by the compiler. Everything else is subjective. If you believe otherwise I&#8217;d like you to give me an example directly related to programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intrinsic and Extrinsic Motivation by amy wilson</title>
		<link>http://cranehouse.net/blog/?p=153&#038;cpage=1#comment-66</link>
		<dc:creator>amy wilson</dc:creator>
		<pubDate>Sat, 07 Feb 2009 04:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=153#comment-66</guid>
		<description>I find that interesting. I&#039;ve never worked in a place where software as a product or software as a service was not profitable. Can you give me an example of software that is written for a company that is not tied to profit. I am curious.</description>
		<content:encoded><![CDATA[<p>I find that interesting. I&#8217;ve never worked in a place where software as a product or software as a service was not profitable. Can you give me an example of software that is written for a company that is not tied to profit. I am curious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enjoying Work and Being Productive by amy wilson</title>
		<link>http://cranehouse.net/blog/?p=146&#038;cpage=1#comment-62</link>
		<dc:creator>amy wilson</dc:creator>
		<pubDate>Sat, 07 Feb 2009 04:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=146#comment-62</guid>
		<description>As per #2, yes it is possible to disagree gracefully. Forgive my sexism, but the only time that is the case is when both participants are not men. Men have very strong, yet fragile egos. I would akin them to glass. Sometimes all that is needed is a womans moderation. I pride myself on this ability.</description>
		<content:encoded><![CDATA[<p>As per #2, yes it is possible to disagree gracefully. Forgive my sexism, but the only time that is the case is when both participants are not men. Men have very strong, yet fragile egos. I would akin them to glass. Sometimes all that is needed is a womans moderation. I pride myself on this ability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Width by admin</title>
		<link>http://cranehouse.net/blog/?p=158&#038;cpage=1#comment-69</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 06 Feb 2009 19:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=158#comment-69</guid>
		<description>There may be subjective elements to readability, but there are also objective ones.  Take a newspaper with water drops on it.  Does the smeared ink make it less readable than a newspaper without water drops?  Does correct grammar and punctuation make something more readable?  These are objective, not subjective things.  The same goes for code.  Does having a consistent formatting standard make source code more readable?  Most developers think so.

As to line length, studies have been done about optimal line length.  Just do a google search for &quot;reading and line length&quot;.</description>
		<content:encoded><![CDATA[<p>There may be subjective elements to readability, but there are also objective ones.  Take a newspaper with water drops on it.  Does the smeared ink make it less readable than a newspaper without water drops?  Does correct grammar and punctuation make something more readable?  These are objective, not subjective things.  The same goes for code.  Does having a consistent formatting standard make source code more readable?  Most developers think so.</p>
<p>As to line length, studies have been done about optimal line length.  Just do a google search for &#8220;reading and line length&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intrinsic and Extrinsic Motivation by admin</title>
		<link>http://cranehouse.net/blog/?p=153&#038;cpage=1#comment-65</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 06 Feb 2009 18:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://cranehouse.net/blog/?p=153#comment-65</guid>
		<description>Many businesses don&#039;t generate revenue from software.  Most of the software that I have written has been part of an IT budget or has been in an operational unit of the company.  My last several jobs have involved software that the customer uses as part of a service.  The service generates the revenue, not the software.  A customer might leave if the software isn&#039;t good enough, but would rarely sign up just because of the software.  In cases like this, profit is impacted by many factors more significant than the software.</description>
		<content:encoded><![CDATA[<p>Many businesses don&#8217;t generate revenue from software.  Most of the software that I have written has been part of an IT budget or has been in an operational unit of the company.  My last several jobs have involved software that the customer uses as part of a service.  The service generates the revenue, not the software.  A customer might leave if the software isn&#8217;t good enough, but would rarely sign up just because of the software.  In cases like this, profit is impacted by many factors more significant than the software.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
