<?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: Most Programmers Don&#8217;t Write Tests</title>
	<atom:link href="http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:36:32 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Taylor</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-197</link>
		<dc:creator>Matt Taylor</dc:creator>
		<pubDate>Sat, 06 Oct 2007 12:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-197</guid>
		<description>1. Yes
2. Currently, 1/4 devs on my team are as dedicated to test-first-development as I am.
3. Yes, I do.  Of all the places I&#039;ve worked, my current environment is just about &#039;average&#039; when it comes to testing.</description>
		<content:encoded><![CDATA[<p>1. Yes<br />
2. Currently, 1/4 devs on my team are as dedicated to test-first-development as I am.<br />
3. Yes, I do.  Of all the places I&#8217;ve worked, my current environment is just about &#8216;average&#8217; when it comes to testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prashant</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-144</link>
		<dc:creator>prashant</dc:creator>
		<pubDate>Tue, 02 Oct 2007 09:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-144</guid>
		<description>1.Rarely.Sorry for this.Will try to improve from now onwards.
2.People who are in core business functions team write quite often.People like me in web development rarely write in our project.So can say 20%.Now from refactored code base things started improving.
3.Unfortunately not.</description>
		<content:encoded><![CDATA[<p>1.Rarely.Sorry for this.Will try to improve from now onwards.<br />
2.People who are in core business functions team write quite often.People like me in web development rarely write in our project.So can say 20%.Now from refactored code base things started improving.<br />
3.Unfortunately not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-136</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Mon, 01 Oct 2007 09:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-136</guid>
		<description>1. Yes
2. 80% (working on it)
3. unfortunately not, but it&#039;s something we are aware of and working towards.</description>
		<content:encoded><![CDATA[<p>1. Yes<br />
2. 80% (working on it)<br />
3. unfortunately not, but it&#8217;s something we are aware of and working towards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-110</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 29 Sep 2007 01:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-110</guid>
		<description>I think the culture of the language needs to promote testing. The Perl community has done so in recent years and now testing is part of the culture and a really big deal.</description>
		<content:encoded><![CDATA[<p>I think the culture of the language needs to promote testing. The Perl community has done so in recent years and now testing is part of the culture and a really big deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Saray</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-109</link>
		<dc:creator>Aaron Saray</dc:creator>
		<pubDate>Sat, 29 Sep 2007 00:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-109</guid>
		<description>There&#039;s a distinction here to be made - those who write tests who are in control of their development time and strategies, and those who write tests - or don&#039;t - who aren&#039;t in control of their development strategies.  Whether its a department philosophy or an analyst philosophy to write tests/ not write tests, determines a lot of times in larger coding shops whether tests will be created. 

I work on a lot of legacy code that isn&#039;t very conducive to writing test cases - that is to say... I haven&#039;t found an easy way to write tests around it that don&#039;t modify the existing code.  With a leadership base that does not support a test based development paradigm, building such as system is nearly impossible... but I don&#039;t think that should reflect on me.  

The reason I bring this up is, although these answers may be accurate and truthful for the developer answering, are they affected/manipulated by outside authorities?
-aaron</description>
		<content:encoded><![CDATA[<p>There&#8217;s a distinction here to be made &#8211; those who write tests who are in control of their development time and strategies, and those who write tests &#8211; or don&#8217;t &#8211; who aren&#8217;t in control of their development strategies.  Whether its a department philosophy or an analyst philosophy to write tests/ not write tests, determines a lot of times in larger coding shops whether tests will be created. </p>
<p>I work on a lot of legacy code that isn&#8217;t very conducive to writing test cases &#8211; that is to say&#8230; I haven&#8217;t found an easy way to write tests around it that don&#8217;t modify the existing code.  With a leadership base that does not support a test based development paradigm, building such as system is nearly impossible&#8230; but I don&#8217;t think that should reflect on me.  </p>
<p>The reason I bring this up is, although these answers may be accurate and truthful for the developer answering, are they affected/manipulated by outside authorities?<br />
-aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-108</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Fri, 28 Sep 2007 19:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-108</guid>
		<description>1. Yes
2. None at my current place of employment.
3. I hope not.

One thing I&#039;ve noticed at my current job and some of my past ones are not a lot of developers are taking the time to structure their code to be tested.  The current code base I inherited is littered with direct JDBC calls, making it impossible to test.</description>
		<content:encoded><![CDATA[<p>1. Yes<br />
2. None at my current place of employment.<br />
3. I hope not.</p>
<p>One thing I&#8217;ve noticed at my current job and some of my past ones are not a lot of developers are taking the time to structure their code to be tested.  The current code base I inherited is littered with direct JDBC calls, making it impossible to test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete McKinstry</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-106</link>
		<dc:creator>Pete McKinstry</dc:creator>
		<pubDate>Fri, 28 Sep 2007 18:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-106</guid>
		<description>1. Yes
2. 5-10%
3. Yes, probably typical.</description>
		<content:encoded><![CDATA[<p>1. Yes<br />
2. 5-10%<br />
3. Yes, probably typical.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis S</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-102</link>
		<dc:creator>Dennis S</dc:creator>
		<pubDate>Fri, 28 Sep 2007 16:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-102</guid>
		<description>I&#039;ve reread the #2 question, I guess it would be allowable to say 100% if I my colleagues write zero tests like I do... Of course, that&#039;s just my opinion, I could be wrong. (sorry Dennis Miller). Ok for real answers...

  1. When I&#039;m able to, my ability to test Swing GUI work is hampered by the framework I work within.
  2. No idea.
  3. More than I&#039;d like to think. :-(
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve reread the #2 question, I guess it would be allowable to say 100% if I my colleagues write zero tests like I do&#8230; Of course, that&#8217;s just my opinion, I could be wrong. (sorry Dennis Miller). Ok for real answers&#8230;</p>
<p>  1. When I&#8217;m able to, my ability to test Swing GUI work is hampered by the framework I work within.<br />
  2. No idea.<br />
  3. More than I&#8217;d like to think. <img src='http://stuffthathappens.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Pirsch</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-100</link>
		<dc:creator>Emmanuel Pirsch</dc:creator>
		<pubDate>Fri, 28 Sep 2007 15:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-100</guid>
		<description>Sorry for the mising letters in my comment, my keyboard is acting up!</description>
		<content:encoded><![CDATA[<p>Sorry for the mising letters in my comment, my keyboard is acting up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Pirsch</title>
		<link>http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/comment-page-1/#comment-99</link>
		<dc:creator>Emmanuel Pirsch</dc:creator>
		<pubDate>Fri, 28 Sep 2007 15:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2007/09/27/most-programmers-dont-write-tests/#comment-99</guid>
		<description>1. Yes
2. I&#039;d say less han 5%
3. I gess as far as automated testing is concerned, there is no typical work environment.

Don&#039;t feel bad about your job, from my experience, many companies focus on defining bloated development processes but fails to use well recognized practices like automated testing and continuous integration.

I found that the promotion of good development practice is a continuous effort. I think that for my part, this effor is a tax ;-) I&#039;m willing to pay.</description>
		<content:encoded><![CDATA[<p>1. Yes<br />
2. I&#8217;d say less han 5%<br />
3. I gess as far as automated testing is concerned, there is no typical work environment.</p>
<p>Don&#8217;t feel bad about your job, from my experience, many companies focus on defining bloated development processes but fails to use well recognized practices like automated testing and continuous integration.</p>
<p>I found that the promotion of good development practice is a continuous effort. I think that for my part, this effor is a tax <img src='http://stuffthathappens.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I&#8217;m willing to pay.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.441 seconds -->
