<?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: The difficult definition of professional software development</title>
	<atom:link href="http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/</link>
	<description>The small minded meanderings of the confused</description>
	<lastBuildDate>Mon, 15 Apr 2013 15:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Tim Ottinger</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-166</link>
		<dc:creator>Tim Ottinger</dc:creator>
		<pubDate>Tue, 01 Mar 2011 16:15:19 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-166</guid>
		<description>@ryan:

You say &quot;re: Is a piece of code considered high quality because it&#039;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future.&quot;

I agree with two caveats:

I don&#039;t believe in &quot;once and for all&quot; for any project people are going to use and maintain going forward. &quot;Easy to understand and change&quot; trumps any &quot;once and for all&quot; in my opinion.

&quot;Does what it is written to do&quot; is a platitude, really. All code operates as it was written. ;-)  If the code does something really useful (value to end user) it can be elegant, but of course 60% of all features are never used, so code could be internally elegant and not particularly useful.

So &quot;it does something people need it to do&quot;, &quot;does a good job&quot; (performant, etc), and &quot;is easy to change without breaking anything&quot; would be pretty high on my list of qualities for elegant code.

</description>
		<content:encoded><![CDATA[<p>@ryan:</p>
<p>You say &#8220;re: Is a piece of code considered high quality because it&#8217;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future.&#8221;</p>
<p>I agree with two caveats:</p>
<p>I don&#8217;t believe in &#8220;once and for all&#8221; for any project people are going to use and maintain going forward. &#8220;Easy to understand and change&#8221; trumps any &#8220;once and for all&#8221; in my opinion.</p>
<p>&#8220;Does what it is written to do&#8221; is a platitude, really. All code operates as it was written. <img src='http://lostechies.com/ryansvihla/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   If the code does something really useful (value to end user) it can be elegant, but of course 60% of all features are never used, so code could be internally elegant and not particularly useful.</p>
<p>So &#8220;it does something people need it to do&#8221;, &#8220;does a good job&#8221; (performant, etc), and &#8220;is easy to change without breaking anything&#8221; would be pretty high on my list of qualities for elegant code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Ottinger</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-165</link>
		<dc:creator>Tim Ottinger</dc:creator>
		<pubDate>Tue, 01 Mar 2011 16:08:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-165</guid>
		<description>Of course there are contradictory rules. People come at things from different angles. Comments and clean code are both shooting at &quot;readable&quot; in different ways. Inheritance used well will improve extensibility, but used poorly will make the system a mess because it is the strongest dependency. Functional programming is both cryptic and structurally simple (simple and clear are not the some concept). 

My take was to try to reach past the practices and approaches and pick out the virtues they&#039;re reaching for. It helps me understand different approaches better. http://agileinaflash.blogspot.com/2010/02/seven-code-virtues.html

I&#039;m not the first to do that, and I may not have done it best, but knowing why people make these statements always helps me to make decisions. I think we all want good product, delivered on a timely basis, and which does not create problems in the future but options instead. 

I hope this helps.</description>
		<content:encoded><![CDATA[<p>Of course there are contradictory rules. People come at things from different angles. Comments and clean code are both shooting at &#8220;readable&#8221; in different ways. Inheritance used well will improve extensibility, but used poorly will make the system a mess because it is the strongest dependency. Functional programming is both cryptic and structurally simple (simple and clear are not the some concept). </p>
<p>My take was to try to reach past the practices and approaches and pick out the virtues they&#8217;re reaching for. It helps me understand different approaches better. <a href="http://agileinaflash.blogspot.com/2010/02/seven-code-virtues.html" rel="nofollow">http://agileinaflash.blogspot.com/2010/02/seven-code-virtues.html</a></p>
<p>I&#8217;m not the first to do that, and I may not have done it best, but knowing why people make these statements always helps me to make decisions. I think we all want good product, delivered on a timely basis, and which does not create problems in the future but options instead. </p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Cooper</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-164</link>
		<dc:creator>Jim Cooper</dc:creator>
		<pubDate>Tue, 08 Feb 2011 22:51:18 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-164</guid>
		<description>@Scott

These are worrying questions of yours:

&quot;Is a piece of code considered high quality because it&#039;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future?&quot;

This seems to be an expression of a common meme:

&quot;Just make the code work as soon as you can. It doesn&#039;t matter if it&#039;s rubbish code because the customer doesn&#039;t care about code&quot;

That POV is wrong. The quickest way to get anything beyond the most trivial software in the hands of customers is to write the code well. Crufty code slows you down, sometimes within hours. Write crappy code and that release date will slip. The customer tends to care about that.

Most code also has a long life. You pay dearly when you need to change poor, &quot;quick&quot; code. The customer cares that you can&#039;t make changes in a timely fashion and that the software keeps breaking when you try.

Also, I&#039;d like to see how you guarantee code will &quot;not have to be altered in the future&quot;. That sort of predictive power would be better used to pick lottery numbers, surely! :-)

By definition, best practices are not things that slow down delivery. If they do, they clearly aren&#039;t best practices! (At least not the way they&#039;re being done.)

For example. how do you tell your code &quot;does what it was written to do&quot;? Maybe unit testing would help? Or do you think that that is going to slow you down? (If it does, you aren&#039;t doing it right.)

All my 20+ years of professional experience in this business tell me that the way to write code the fastest, is to write good quality code.

Customers may not care what the code looks like, but they certainly care about the effects bad code has on them.
</description>
		<content:encoded><![CDATA[<p>@Scott</p>
<p>These are worrying questions of yours:</p>
<p>&#8220;Is a piece of code considered high quality because it&#8217;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future?&#8221;</p>
<p>This seems to be an expression of a common meme:</p>
<p>&#8220;Just make the code work as soon as you can. It doesn&#8217;t matter if it&#8217;s rubbish code because the customer doesn&#8217;t care about code&#8221;</p>
<p>That POV is wrong. The quickest way to get anything beyond the most trivial software in the hands of customers is to write the code well. Crufty code slows you down, sometimes within hours. Write crappy code and that release date will slip. The customer tends to care about that.</p>
<p>Most code also has a long life. You pay dearly when you need to change poor, &#8220;quick&#8221; code. The customer cares that you can&#8217;t make changes in a timely fashion and that the software keeps breaking when you try.</p>
<p>Also, I&#8217;d like to see how you guarantee code will &#8220;not have to be altered in the future&#8221;. That sort of predictive power would be better used to pick lottery numbers, surely! <img src='http://lostechies.com/ryansvihla/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>By definition, best practices are not things that slow down delivery. If they do, they clearly aren&#8217;t best practices! (At least not the way they&#8217;re being done.)</p>
<p>For example. how do you tell your code &#8220;does what it was written to do&#8221;? Maybe unit testing would help? Or do you think that that is going to slow you down? (If it does, you aren&#8217;t doing it right.)</p>
<p>All my 20+ years of professional experience in this business tell me that the way to write code the fastest, is to write good quality code.</p>
<p>Customers may not care what the code looks like, but they certainly care about the effects bad code has on them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregorylong</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-163</link>
		<dc:creator>gregorylong</dc:creator>
		<pubDate>Sat, 05 Feb 2011 15:47:29 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-163</guid>
		<description>@Rayn
Re:I still struggle with what you say  about &quot;equally acceptable solutions&quot;
So, as long as we&#039;re being very general - e.g. the broadest possible context or no context - then I&#039;m comfortable with this statement.  I&#039;m not smart enough to possibly process every realistically plausible context and prove one approach would definitively be better than another.
If we get more specific, put it into an actual context, I&#039;m more inclined to believe the only way two solutions would be equally acceptable would be that they were only slightly different.  If I could play back a conversation from work last week I could demonstrate this idea.  A co-worker didn&#039;t particularly like a solution to a problem and we discussed alternatives.  The code in question will be part of an enterprise solution and must be highly flexible.  His initial suggestion would require us to a)re-write a portion of a method if our rules for processing changed or b)create a new object for each set of rules.  The second choice wasn&#039;t too bad except that the application of the rules were only one of the roles of that object.
In the end we arrived with &quot;two equally acceptable solutions&quot;:
1)A solution I favored - an abstraction for the role of evaluating and applying rules that depended on an injected collection of rules objects.  Rules would be changed by changing the injected collection via our IoC.
2)His favored approach - an abstraction for the role of evaluating and applying rules that explicitly called a known set of rules objects in a know sequence (e.g. hard-coded).  Rules would be changed by creating new processing classes that possessed a new sequence.
I liked mine better because we&#039;ll have - in my opinion - less code to write when the rules change.  But both support the end goal.  Mine would fit more closely into the composition, non-functional side of your list but that&#039;s where most of my favorite ideas live so . . . meh.  I respect my co-worker a great deal and so I&#039;m willing to use his approach if it matters more to him.  If we find his solution to be an issue later, it could be rapidly re-factored into mine so . . . why get too wound up about it?</description>
		<content:encoded><![CDATA[<p>@Rayn<br />
Re:I still struggle with what you say  about &#8220;equally acceptable solutions&#8221;<br />
So, as long as we&#8217;re being very general &#8211; e.g. the broadest possible context or no context &#8211; then I&#8217;m comfortable with this statement.  I&#8217;m not smart enough to possibly process every realistically plausible context and prove one approach would definitively be better than another.<br />
If we get more specific, put it into an actual context, I&#8217;m more inclined to believe the only way two solutions would be equally acceptable would be that they were only slightly different.  If I could play back a conversation from work last week I could demonstrate this idea.  A co-worker didn&#8217;t particularly like a solution to a problem and we discussed alternatives.  The code in question will be part of an enterprise solution and must be highly flexible.  His initial suggestion would require us to a)re-write a portion of a method if our rules for processing changed or b)create a new object for each set of rules.  The second choice wasn&#8217;t too bad except that the application of the rules were only one of the roles of that object.<br />
In the end we arrived with &#8220;two equally acceptable solutions&#8221;:<br />
1)A solution I favored &#8211; an abstraction for the role of evaluating and applying rules that depended on an injected collection of rules objects.  Rules would be changed by changing the injected collection via our IoC.<br />
2)His favored approach &#8211; an abstraction for the role of evaluating and applying rules that explicitly called a known set of rules objects in a know sequence (e.g. hard-coded).  Rules would be changed by creating new processing classes that possessed a new sequence.<br />
I liked mine better because we&#8217;ll have &#8211; in my opinion &#8211; less code to write when the rules change.  But both support the end goal.  Mine would fit more closely into the composition, non-functional side of your list but that&#8217;s where most of my favorite ideas live so . . . meh.  I respect my co-worker a great deal and so I&#8217;m willing to use his approach if it matters more to him.  If we find his solution to be an issue later, it could be rapidly re-factored into mine so . . . why get too wound up about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sonmez</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-162</link>
		<dc:creator>John Sonmez</dc:creator>
		<pubDate>Sat, 05 Feb 2011 07:00:10 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-162</guid>
		<description>Perhaps combining most of these statements together creates the clearer picture... Here is my crack at it, I think I have filled in the missing pieces..

Code should always be well commented... one way to do this is to instead have unit tests and well named methods .
Seemingly random class explosion is to be avoided at all costs, but many small simple well named classes are the key to well organized code.
Unit tests really don&#039;t test anything useful unless they have a clear purpose are easily understandable and are written in a way to not be brittle.
Using dependency injection everywhere leads to an unusable mess, but Dependency Injection is a very useful tool for making your code extensible and easily reused.
Inheritance leads to solid code reuse, but inheritance is also the strongest coupling of your code you can have, so only use it when composition doesn&#039;t make sense.
Functional programming simplifies and minimizes the complexity of your code, but Functional programing can make your eyes bleed, so try to use good naming and simple constructs over doing things &quot;clever&quot;.
Static global references are &#039;just programming&#039; and something you have to learn how to manage to make simple easy to understand code, but Static global spiderwebs are crippling to maintenance and program lifetime so only use them where they make the code much simpler.</description>
		<content:encoded><![CDATA[<p>Perhaps combining most of these statements together creates the clearer picture&#8230; Here is my crack at it, I think I have filled in the missing pieces..</p>
<p>Code should always be well commented&#8230; one way to do this is to instead have unit tests and well named methods .<br />
Seemingly random class explosion is to be avoided at all costs, but many small simple well named classes are the key to well organized code.<br />
Unit tests really don&#8217;t test anything useful unless they have a clear purpose are easily understandable and are written in a way to not be brittle.<br />
Using dependency injection everywhere leads to an unusable mess, but Dependency Injection is a very useful tool for making your code extensible and easily reused.<br />
Inheritance leads to solid code reuse, but inheritance is also the strongest coupling of your code you can have, so only use it when composition doesn&#8217;t make sense.<br />
Functional programming simplifies and minimizes the complexity of your code, but Functional programing can make your eyes bleed, so try to use good naming and simple constructs over doing things &#8220;clever&#8221;.<br />
Static global references are &#8216;just programming&#8217; and something you have to learn how to manage to make simple easy to understand code, but Static global spiderwebs are crippling to maintenance and program lifetime so only use them where they make the code much simpler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-161</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Sat, 05 Feb 2011 03:07:07 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-161</guid>
		<description>@Chad I remember those posts well and if you look back far enough I even commented on one of those posts (pre los techies). This is definitely an area we are in perfect agreement, and truthfully you&#039;ve helped shape those ideas.

@Gregory Agree about beliefs, people (myself included) carry it too far. However, I still struggle with what you say  about &quot;equally acceptable solutions&quot;, Who is it acceptable too? From my perspective I&#039;m struggling to understand where the line is to be drawn from &quot;you&#039;re going to reap terrible results from this in the future&quot; to &quot;this is acceptable for the way the organization works&quot;.  There are cases where both are true, does that make it an acceptable way to approach things?  Especially when what someone else would call &quot;terrible results&quot; to someone else is &quot;just the way software development works&quot;</description>
		<content:encoded><![CDATA[<p>@Chad I remember those posts well and if you look back far enough I even commented on one of those posts (pre los techies). This is definitely an area we are in perfect agreement, and truthfully you&#8217;ve helped shape those ideas.</p>
<p>@Gregory Agree about beliefs, people (myself included) carry it too far. However, I still struggle with what you say  about &#8220;equally acceptable solutions&#8221;, Who is it acceptable too? From my perspective I&#8217;m struggling to understand where the line is to be drawn from &#8220;you&#8217;re going to reap terrible results from this in the future&#8221; to &#8220;this is acceptable for the way the organization works&#8221;.  There are cases where both are true, does that make it an acceptable way to approach things?  Especially when what someone else would call &#8220;terrible results&#8221; to someone else is &#8220;just the way software development works&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregorylong</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-160</link>
		<dc:creator>gregorylong</dc:creator>
		<pubDate>Sat, 05 Feb 2011 02:42:11 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-160</guid>
		<description>@Ryan
re: In reality though most of us get very dogmatic about a particular style we&#039;ve stumbled onto and hold it for dear life.

I won&#039;t even touch the definition of professional software development, but this statement hits what I think may be one of the biggest enemies to improvement in our profession.  People have too many beliefs in our business.  Beliefs are a crutch, a way to halt our learning process, declare we have found The Truth, and hide our heads in the sand.
It would be better to realize we all just have ideas.  Those ideas only have merit if they help us solve the problem at hand.  If two different ideas result in two equally acceptable solutions - what&#039;s the fuss?</description>
		<content:encoded><![CDATA[<p>@Ryan<br />
re: In reality though most of us get very dogmatic about a particular style we&#8217;ve stumbled onto and hold it for dear life.</p>
<p>I won&#8217;t even touch the definition of professional software development, but this statement hits what I think may be one of the biggest enemies to improvement in our profession.  People have too many beliefs in our business.  Beliefs are a crutch, a way to halt our learning process, declare we have found The Truth, and hide our heads in the sand.<br />
It would be better to realize we all just have ideas.  Those ideas only have merit if they help us solve the problem at hand.  If two different ideas result in two equally acceptable solutions &#8211; what&#8217;s the fuss?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Svihla</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-159</link>
		<dc:creator>Ryan Svihla</dc:creator>
		<pubDate>Fri, 04 Feb 2011 23:46:52 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-159</guid>
		<description>
@Scott
re: Is a piece of code considered high quality because it&#039;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future

good questions for thought and I do not have an immediate answer. I&#039;ve tended to view high quality software as something that behaves as expected. But obviously more often that not software ages out of use. the problem it was solving was no longer as important, or the technology it was written in was &quot;deprecated&quot; so how much engineering is needed is contextual and not really known at the time. 

I respect how you&#039;re viewing that particular list as a toolkit for a particular project. In reality though most of us get very dogmatic about a particular style we&#039;ve stumbled onto and hold it for dear life. This makes teamwork and craftsmanship difficult, and occasionally impossible. Now I agree it shouldn&#039;t be that way and people should be willing to adapt and adjust, but it&#039;s not always the case.

There is just so much more potential for conflict among those that are otherwise capable in their own right than I&#039;m entirely happy about.</description>
		<content:encoded><![CDATA[<p>@Scott<br />
re: Is a piece of code considered high quality because it&#8217;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future</p>
<p>good questions for thought and I do not have an immediate answer. I&#8217;ve tended to view high quality software as something that behaves as expected. But obviously more often that not software ages out of use. the problem it was solving was no longer as important, or the technology it was written in was &#8220;deprecated&#8221; so how much engineering is needed is contextual and not really known at the time. </p>
<p>I respect how you&#8217;re viewing that particular list as a toolkit for a particular project. In reality though most of us get very dogmatic about a particular style we&#8217;ve stumbled onto and hold it for dear life. This makes teamwork and craftsmanship difficult, and occasionally impossible. Now I agree it shouldn&#8217;t be that way and people should be willing to adapt and adjust, but it&#8217;s not always the case.</p>
<p>There is just so much more potential for conflict among those that are otherwise capable in their own right than I&#8217;m entirely happy about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chadmyers</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-158</link>
		<dc:creator>chadmyers</dc:creator>
		<pubDate>Fri, 04 Feb 2011 23:38:49 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-158</guid>
		<description>A post after my own heart...  I&#039;ve written extensively on this

A Rant on Professionalism
http://www.lostechies.com/blogs/chad_myers/archive/2009/01/11/a-rant-on-professionalism.aspx

Good Design is Not Subjective
http://www.lostechies.com/blogs/chad_myers/archive/2008/08/18/good-design-is-not-subjective.aspx

Minimum requirements for &quot;Good&quot; software
http://www.lostechies.com/blogs/chad_myers/archive/2008/03/16/time-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx</description>
		<content:encoded><![CDATA[<p>A post after my own heart&#8230;  I&#8217;ve written extensively on this</p>
<p>A Rant on Professionalism<br />
<a href="http://www.lostechies.com/blogs/chad_myers/archive/2009/01/11/a-rant-on-professionalism.aspx" rel="nofollow">http://www.lostechies.com/blogs/chad_myers/archive/2009/01/11/a-rant-on-professionalism.aspx</a></p>
<p>Good Design is Not Subjective<br />
<a href="http://www.lostechies.com/blogs/chad_myers/archive/2008/08/18/good-design-is-not-subjective.aspx" rel="nofollow">http://www.lostechies.com/blogs/chad_myers/archive/2008/08/18/good-design-is-not-subjective.aspx</a></p>
<p>Minimum requirements for &#8220;Good&#8221; software<br />
<a href="http://www.lostechies.com/blogs/chad_myers/archive/2008/03/16/time-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx" rel="nofollow">http://www.lostechies.com/blogs/chad_myers/archive/2008/03/16/time-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott DePouw</title>
		<link>http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/#comment-157</link>
		<dc:creator>Scott DePouw</dc:creator>
		<pubDate>Fri, 04 Feb 2011 23:28:13 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx#comment-157</guid>
		<description>I think that phrases like this cannot be applied to every situation. Indeed, I tend to think that some of those phrases do not lead to quality code most of the time, but I do respect that they can apply some of the time. I find it difficult to take any of these statements at face value 100% of the time. Sometimes some of the phrases apply; other times the opposite ones do; and all the time it&#039;s a varied mix of the phrases that apply to the given situation at hand.

Taken out of context, these phrases don&#039;t make any sense when they&#039;re all put together like this, since half of them contradict the other half. However, I believe that it takes a good software craftsman to be able to decide which idioms to follow for the project at hand. If someone were to strike up a conversation with one of the above phrases, I would want some good follow-up on why one would say something like that, not simply take it to mean that one would think that it&#039;s the end-all be-all mantra to go by.

At the end of the day, what matters is the software produced. Consumers are not going to care how elegantly code was written, if it&#039;s under test, etc. They just want they paid for. That&#039;s not saying that some of the phrases used above aren&#039;t a means to that end. It&#039;s simply the fact that the only people that will see the code (barring open source projects, naturally) are the developers. Beyond that, the world merely witnesses the product. Is a piece of code considered high quality because it&#039;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future?</description>
		<content:encoded><![CDATA[<p>I think that phrases like this cannot be applied to every situation. Indeed, I tend to think that some of those phrases do not lead to quality code most of the time, but I do respect that they can apply some of the time. I find it difficult to take any of these statements at face value 100% of the time. Sometimes some of the phrases apply; other times the opposite ones do; and all the time it&#8217;s a varied mix of the phrases that apply to the given situation at hand.</p>
<p>Taken out of context, these phrases don&#8217;t make any sense when they&#8217;re all put together like this, since half of them contradict the other half. However, I believe that it takes a good software craftsman to be able to decide which idioms to follow for the project at hand. If someone were to strike up a conversation with one of the above phrases, I would want some good follow-up on why one would say something like that, not simply take it to mean that one would think that it&#8217;s the end-all be-all mantra to go by.</p>
<p>At the end of the day, what matters is the software produced. Consumers are not going to care how elegantly code was written, if it&#8217;s under test, etc. They just want they paid for. That&#8217;s not saying that some of the phrases used above aren&#8217;t a means to that end. It&#8217;s simply the fact that the only people that will see the code (barring open source projects, naturally) are the developers. Beyond that, the world merely witnesses the product. Is a piece of code considered high quality because it&#8217;s elegant, follows best practices, and so on? Or is it high quality because it does what it was written to do and does not have to be altered in the future?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
