<?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: &#8220;Configuration&#8221; Versus &#8220;Customization&#8221;</title>
	<atom:link href="http://theintegratedlab.com/2009/06/configuration-versus-customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://theintegratedlab.com/2009/06/configuration-versus-customization/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 16:51:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Configuration Vs. Customization &#124; Travis Arnold &#124; Marketing &#38; Other Thoughts</title>
		<link>http://theintegratedlab.com/2009/06/configuration-versus-customization/comment-page-1/#comment-810</link>
		<dc:creator>Configuration Vs. Customization &#124; Travis Arnold &#124; Marketing &#38; Other Thoughts</dc:creator>
		<pubDate>Wed, 01 Dec 2010 16:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://theintegratedlab.com/?p=216#comment-810</guid>
		<description>[...] a software marketer I&#8217;m faced with a problem: configuration vs. customization. The difference may not be much to an outsider or prospect, but to many in the software world the [...]</description>
		<content:encoded><![CDATA[<p>[...] a software marketer I&#8217;m faced with a problem: configuration vs. customization. The difference may not be much to an outsider or prospect, but to many in the software world the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Aitken</title>
		<link>http://theintegratedlab.com/2009/06/configuration-versus-customization/comment-page-1/#comment-98</link>
		<dc:creator>Tim Aitken</dc:creator>
		<pubDate>Sat, 20 Jun 2009 21:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://theintegratedlab.com/?p=216#comment-98</guid>
		<description>One of the best definitions I&#039;ve seen on this topic is here : 

http://spectroscopyonline.findanalytichem.com/spectroscopy/Featured+Flash+Component/Understanding-and-Interpreting-the-New-GAMP-5-Soft/ArticleStandard/Article/detail/600799?contextCategoryId=36789   which is explaining the difference in the context of GAMP software classifications. 

I think the point Bob makes, that many software vendors try to pass off customisation as configuration is a valid one - and his definition basically boils down to &#039;Configuration has a GUI, customisation has code&#039; - which I think is a good rule of thumb to follow.</description>
		<content:encoded><![CDATA[<p>One of the best definitions I&#8217;ve seen on this topic is here : </p>
<p><a href="http://spectroscopyonline.findanalytichem.com/spectroscopy/Featured+Flash+Component/Understanding-and-Interpreting-the-New-GAMP-5-Soft/ArticleStandard/Article/detail/600799?contextCategoryId=36789" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/spectroscopyonline.findanalytichem.com/spectroscopy/Featured+Flash+Component/Understanding-and-Interpreting-the-New-GAMP-5-Soft/ArticleStandard/Article/detail/600799?contextCategoryId=36789&amp;referer=');">http://spectroscopyonline.findanalytichem.com/spectroscopy/Featured+Flash+Component/Understanding-and-Interpreting-the-New-GAMP-5-Soft/ArticleStandard/Article/detail/600799?contextCategoryId=36789</a>   which is explaining the difference in the context of GAMP software classifications. </p>
<p>I think the point Bob makes, that many software vendors try to pass off customisation as configuration is a valid one &#8211; and his definition basically boils down to &#8216;Configuration has a GUI, customisation has code&#8217; &#8211; which I think is a good rule of thumb to follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gloria Metrick</title>
		<link>http://theintegratedlab.com/2009/06/configuration-versus-customization/comment-page-1/#comment-79</link>
		<dc:creator>Gloria Metrick</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://theintegratedlab.com/?p=216#comment-79</guid>
		<description>To comment further on Simon&#039;s examples, I want to start with the example of small bits of code. So, I agree with Simon that small bits of code should be handled differently. It is common in many systems to add 2-3 lines of code to pull field values into templates and screens, for example. Sometimes, we really mean that we have a single line of code plus a RETURN statement to make two total lines of code.

In most systems, this type of code would be classified differently than the larger blocks of code that create a new function or feature. This smaller code would normally be checked by a visual check of the screen it is used in to verify that the field filled-in properly. But then, for code that is larger and classified as needing more testing, a formal script (e.g., an OQ script) might be created. There are various written guidelines that projects will create to address this type of classification. One variation on this is that some projects classify code not by size but by what&#039;s in it. For example, if it has no control statements (IF, DO, WHEN, etc...), then it does not get a test script. However, I find this second approach less common.

The projects I have been on often classify code as &quot;complex&quot; or not, for example. Sometimes, merely as &quot;Needs Testing?&quot; with a checkbox on a form. As such, Simon&#039;s term &quot;configlet&quot; would be the same type of thing, really. But Simon, if it&#039;s mini-customization, why not call it a &quot;customizlet&quot;?!  ;-)</description>
		<content:encoded><![CDATA[<p>To comment further on Simon&#8217;s examples, I want to start with the example of small bits of code. So, I agree with Simon that small bits of code should be handled differently. It is common in many systems to add 2-3 lines of code to pull field values into templates and screens, for example. Sometimes, we really mean that we have a single line of code plus a RETURN statement to make two total lines of code.</p>
<p>In most systems, this type of code would be classified differently than the larger blocks of code that create a new function or feature. This smaller code would normally be checked by a visual check of the screen it is used in to verify that the field filled-in properly. But then, for code that is larger and classified as needing more testing, a formal script (e.g., an OQ script) might be created. There are various written guidelines that projects will create to address this type of classification. One variation on this is that some projects classify code not by size but by what&#8217;s in it. For example, if it has no control statements (IF, DO, WHEN, etc&#8230;), then it does not get a test script. However, I find this second approach less common.</p>
<p>The projects I have been on often classify code as &#8220;complex&#8221; or not, for example. Sometimes, merely as &#8220;Needs Testing?&#8221; with a checkbox on a form. As such, Simon&#8217;s term &#8220;configlet&#8221; would be the same type of thing, really. But Simon, if it&#8217;s mini-customization, why not call it a &#8220;customizlet&#8221;?!  <img src='http://theintegratedlab.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Configuration Vs Customisation (and Configlets) &#124; elnblog.com</title>
		<link>http://theintegratedlab.com/2009/06/configuration-versus-customization/comment-page-1/#comment-78</link>
		<dc:creator>Configuration Vs Customisation (and Configlets) &#124; elnblog.com</dc:creator>
		<pubDate>Fri, 05 Jun 2009 07:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://theintegratedlab.com/?p=216#comment-78</guid>
		<description>[...] Metrick takes on “Configuration” Versus “Customization” on The Integrated [...]</description>
		<content:encoded><![CDATA[<p>[...] Metrick takes on “Configuration” Versus “Customization” on The Integrated [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

