<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Thought for Friday: What are we going to do about the crap code ?</title>
	<atom:link href="http://objectopia.com/2009/07/24/what-are-we-going-to-do-about-the-crap-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://objectopia.com/2009/07/24/what-are-we-going-to-do-about-the-crap-code/</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 08:48:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Blog harvest, February 2010 &#171; Schneide Blog</title>
		<link>http://objectopia.com/2009/07/24/what-are-we-going-to-do-about-the-crap-code/#comment-44</link>
		<dc:creator><![CDATA[Blog harvest, February 2010 &#171; Schneide Blog]]></dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://objectopia.com/?p=183#comment-44</guid>
		<description><![CDATA[[...] What are we going to do about the crap code ? &#8211; Chris Burnley analyzes the causes for crappy code and suggests some solutions. Our solution is to avoid crappy code at all costs. Crap4j is a great tool to help you with that on the coding level. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] What are we going to do about the crap code ? &#8211; Chris Burnley analyzes the causes for crappy code and suggests some solutions. Our solution is to avoid crappy code at all costs. Crap4j is a great tool to help you with that on the coding level. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nerdgerl</title>
		<link>http://objectopia.com/2009/07/24/what-are-we-going-to-do-about-the-crap-code/#comment-18</link>
		<dc:creator><![CDATA[nerdgerl]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 04:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://objectopia.com/?p=183#comment-18</guid>
		<description><![CDATA[Luckily for me I was writing unit and integration tests around a piece of work that was already written. I got my tests to pass, refactored the code then made sure the tests still passed with my changes.

Another issue im having is &#039;Crappy Process&#039; Just because we are doing something someway doesn&#039;t mean it&#039;s the best. CI, releases etc.]]></description>
		<content:encoded><![CDATA[<p>Luckily for me I was writing unit and integration tests around a piece of work that was already written. I got my tests to pass, refactored the code then made sure the tests still passed with my changes.</p>
<p>Another issue im having is &#8216;Crappy Process&#8217; Just because we are doing something someway doesn&#8217;t mean it&#8217;s the best. CI, releases etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Burnley</title>
		<link>http://objectopia.com/2009/07/24/what-are-we-going-to-do-about-the-crap-code/#comment-17</link>
		<dc:creator><![CDATA[Chris Burnley]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 04:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://objectopia.com/?p=183#comment-17</guid>
		<description><![CDATA[I&#039;d opt for b), but I would try not to cleanup a bit of code that was unrelated to the fix I was making. I.e. you don&#039;t want to potentially leave it it in a worse state than you started by causing a bug ... then you&#039;d really not make any friends doing that!

Chances are, the person who wrote it in the first place will be too ashamed to challenge you anyway!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d opt for b), but I would try not to cleanup a bit of code that was unrelated to the fix I was making. I.e. you don&#8217;t want to potentially leave it it in a worse state than you started by causing a bug &#8230; then you&#8217;d really not make any friends doing that!</p>
<p>Chances are, the person who wrote it in the first place will be too ashamed to challenge you anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nerdgerl</title>
		<link>http://objectopia.com/2009/07/24/what-are-we-going-to-do-about-the-crap-code/#comment-16</link>
		<dc:creator><![CDATA[nerdgerl]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 04:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://objectopia.com/?p=183#comment-16</guid>
		<description><![CDATA[I just recently joined a new project team as a java developer, not a junior one, not a sernior one, just someone somewhere in the middle. I was shocked to find the coding mistakes made by &#039;senior&#039; developers and faced a bit of a dilema... Should I
a) Ignore the &#039;crappy code&#039; for now and come back to it later 
b) Fix the code, check it in and possibly piss off some people by doing so.

I opted for b. I have pride in my work and to be honest, crappy code make me want to vomit. I knew my changes were increasing performance and readability so if he ended up challenging me, I felt confident backing myself up.

I think all developers should be open to coding suggestions no matter how many years they&#039;ve been programming.]]></description>
		<content:encoded><![CDATA[<p>I just recently joined a new project team as a java developer, not a junior one, not a sernior one, just someone somewhere in the middle. I was shocked to find the coding mistakes made by &#8216;senior&#8217; developers and faced a bit of a dilema&#8230; Should I<br />
a) Ignore the &#8216;crappy code&#8217; for now and come back to it later<br />
b) Fix the code, check it in and possibly piss off some people by doing so.</p>
<p>I opted for b. I have pride in my work and to be honest, crappy code make me want to vomit. I knew my changes were increasing performance and readability so if he ended up challenging me, I felt confident backing myself up.</p>
<p>I think all developers should be open to coding suggestions no matter how many years they&#8217;ve been programming.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

