<?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: Myth of the isolated production fix</title>
	<atom:link href="http://lostechies.com/jimmybogard/2007/10/18/myth-of-the-isolated-production-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2007/10/18/myth-of-the-isolated-production-fix/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sat, 25 May 2013 16:53: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: Jimmy Bogard</title>
		<link>http://lostechies.com/jimmybogard/2007/10/18/myth-of-the-isolated-production-fix/#comment-10</link>
		<dc:creator>Jimmy Bogard</dc:creator>
		<pubDate>Fri, 19 Oct 2007 13:28:43 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2007/10/18/myth-of-the-isolated-production-fix.aspx#comment-10</guid>
		<description>That&#039;s exactly why I&#039;d rather push config into code, and if not that, have tests for my config files.  FDD, I like that.</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly why I&#8217;d rather push config into code, and if not that, have tests for my config files.  FDD, I like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Ocampo</title>
		<link>http://lostechies.com/jimmybogard/2007/10/18/myth-of-the-isolated-production-fix/#comment-9</link>
		<dc:creator>Joe Ocampo</dc:creator>
		<pubDate>Thu, 18 Oct 2007 15:00:44 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2007/10/18/myth-of-the-isolated-production-fix.aspx#comment-9</guid>
		<description>Think about it.  What do you do if you don&#039;t practice TDD, you have know idea how the changes made to code impact the production architecture.  

In  essence you are practicing FDD (Faith Driven Development).  You are praying that nothing goes wrong when you change code.  But wait a smart developer on your team has minimized risk by decoupling configuration out of code and into an XML file.  What genius!  Now my risk has been mitigated by the fact that this configuration file is certainly isolated to this one component and can&#039;t possibly have any side effects.  Lets just make this simple change in production.  16 hours later.  

Dev: &quot;Yeah we should have tested that before we 
deployed to production.&quot;  

Build Guy: &quot;But I thought you said it didn&#039;t affect anything else.&quot;

Dev: &quot;I didn&#039;t know they changed the code to aslo interact with this system as well.  When I code it, it worked, it&#039;s not my fault the didn&#039;t update the documentation.&quot;

Ahhh the memories of lessons learned...How I don&#039;t miss them.</description>
		<content:encoded><![CDATA[<p>Think about it.  What do you do if you don&#8217;t practice TDD, you have know idea how the changes made to code impact the production architecture.  </p>
<p>In  essence you are practicing FDD (Faith Driven Development).  You are praying that nothing goes wrong when you change code.  But wait a smart developer on your team has minimized risk by decoupling configuration out of code and into an XML file.  What genius!  Now my risk has been mitigated by the fact that this configuration file is certainly isolated to this one component and can&#8217;t possibly have any side effects.  Lets just make this simple change in production.  16 hours later.  </p>
<p>Dev: &#8220;Yeah we should have tested that before we<br />
deployed to production.&#8221;  </p>
<p>Build Guy: &#8220;But I thought you said it didn&#8217;t affect anything else.&#8221;</p>
<p>Dev: &#8220;I didn&#8217;t know they changed the code to aslo interact with this system as well.  When I code it, it worked, it&#8217;s not my fault the didn&#8217;t update the documentation.&#8221;</p>
<p>Ahhh the memories of lessons learned&#8230;How I don&#8217;t miss them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
