<?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: Laziness Makes A Great Developer</title>
	<atom:link href="http://www.toosweettobesour.com/2008/06/09/laziness-makes-a-great-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toosweettobesour.com/2008/06/09/laziness-makes-a-great-developer/</link>
	<description>Far Too Sweet To Be Sour</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:46:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Keeping PHP Gangsta &#187; Blog Archive &#187; Logging to Firebug is Definitely Gangsta</title>
		<link>http://www.toosweettobesour.com/2008/06/09/laziness-makes-a-great-developer/comment-page-1/#comment-222</link>
		<dc:creator>Keeping PHP Gangsta &#187; Blog Archive &#187; Logging to Firebug is Definitely Gangsta</dc:creator>
		<pubDate>Thu, 30 Oct 2008 21:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=58#comment-222</guid>
		<description>[...] the script. I will admit this is generally not that difficult a task, but as a friend of mine pointed out, programmers&#8211;the good ones anyway&#8211;are necessarily lazy (not lazy in terms of sitting [...]</description>
		<content:encoded><![CDATA[<p>[...] the script. I will admit this is generally not that difficult a task, but as a friend of mine pointed out, programmers&#8211;the good ones anyway&#8211;are necessarily lazy (not lazy in terms of sitting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.toosweettobesour.com/2008/06/09/laziness-makes-a-great-developer/comment-page-1/#comment-79</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 26 Jun 2008 15:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=58#comment-79</guid>
		<description>Larry Wall wrote about the &quot;virtues of programming&quot; in _Programming Perl_ long ago, and that may not have been the first place. Nevertheless, they are: Laziness, Impatience, and Hubris.

Laziness because it leads to putting in effort to make things easier over time.

Impatience because the computer shouldn&#039;t seem lazy and slow.

Hubris because it means producing code out that others might admire and not ridicule.</description>
		<content:encoded><![CDATA[<p>Larry Wall wrote about the &#8220;virtues of programming&#8221; in _Programming Perl_ long ago, and that may not have been the first place. Nevertheless, they are: Laziness, Impatience, and Hubris.</p>
<p>Laziness because it leads to putting in effort to make things easier over time.</p>
<p>Impatience because the computer shouldn&#8217;t seem lazy and slow.</p>
<p>Hubris because it means producing code out that others might admire and not ridicule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Cousineau</title>
		<link>http://www.toosweettobesour.com/2008/06/09/laziness-makes-a-great-developer/comment-page-1/#comment-71</link>
		<dc:creator>Daniel Cousineau</dc:creator>
		<pubDate>Tue, 10 Jun 2008 05:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=58#comment-71</guid>
		<description>While laziness is a strong word, I still think it holds true. Manually testing and deploying requires a lot of work and attention where as automation does not. Laziness :)

Of course I&#039;m using &quot;Laziness&quot; a bit facetiously.</description>
		<content:encoded><![CDATA[<p>While laziness is a strong word, I still think it holds true. Manually testing and deploying requires a lot of work and attention where as automation does not. Laziness :)</p>
<p>Of course I&#8217;m using &#8220;Laziness&#8221; a bit facetiously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Carouth</title>
		<link>http://www.toosweettobesour.com/2008/06/09/laziness-makes-a-great-developer/comment-page-1/#comment-70</link>
		<dc:creator>Jeff Carouth</dc:creator>
		<pubDate>Tue, 10 Jun 2008 02:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.toosweettobesour.com/?p=58#comment-70</guid>
		<description>I think that the terminology of the title is a bit off. Yes these are great characteristics of an addition to a team, but the terminology of &quot;laziness&quot; paints a picture. Automation isn&#039;t necessarily to appease the lazy nature of &quot;great&quot; programmers as much as it is meant to improve the efficiency of the development workflow and to promote and facilitate a more sustainable product down the road.

I&#039;ve found that automation, especially in the context you framed above, really helps to ensure that &quot;commits&quot; are stable, working code and ensure that products are rock solid. Functionality is easy to make, the quick and dirty way. And in our particular arena--the php world--the abundance of quick-and-dirty code is overwhelming. This is where a build process helps drive &quot;good&quot; coders to become &quot;great&quot; coders. They are forced into creating the automated testing, they are forced to ensuring their code passes and does not break the build, and they love it.

- Jeff</description>
		<content:encoded><![CDATA[<p>I think that the terminology of the title is a bit off. Yes these are great characteristics of an addition to a team, but the terminology of &#8220;laziness&#8221; paints a picture. Automation isn&#8217;t necessarily to appease the lazy nature of &#8220;great&#8221; programmers as much as it is meant to improve the efficiency of the development workflow and to promote and facilitate a more sustainable product down the road.</p>
<p>I&#8217;ve found that automation, especially in the context you framed above, really helps to ensure that &#8220;commits&#8221; are stable, working code and ensure that products are rock solid. Functionality is easy to make, the quick and dirty way. And in our particular arena&#8211;the php world&#8211;the abundance of quick-and-dirty code is overwhelming. This is where a build process helps drive &#8220;good&#8221; coders to become &#8220;great&#8221; coders. They are forced into creating the automated testing, they are forced to ensuring their code passes and does not break the build, and they love it.</p>
<p>- Jeff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
