<?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: Seven ways to test your number-crunching code</title>
	<atom:link href="http://www.programming4scientists.com/2008/12/22/seven-ways-to-test-your-number-crunching-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programming4scientists.com/2008/12/22/seven-ways-to-test-your-number-crunching-code/</link>
	<description>Software development wisdom and common-sense for the scientist-programmer</description>
	<lastBuildDate>Sun, 28 Feb 2010 19:34:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rich</title>
		<link>http://www.programming4scientists.com/2008/12/22/seven-ways-to-test-your-number-crunching-code/comment-page-1/#comment-109</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 22 Dec 2008 13:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=376#comment-109</guid>
		<description>I completely agree!  Other people can be very creative when it comes to breaking your code and this is a Very Good Thing, because it&#039;s a form of testing :-)</description>
		<content:encoded><![CDATA[<p>I completely agree!  Other people can be very creative when it comes to breaking your code and this is a Very Good Thing, because it&#8217;s a form of testing :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://www.programming4scientists.com/2008/12/22/seven-ways-to-test-your-number-crunching-code/comment-page-1/#comment-108</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Mon, 22 Dec 2008 13:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.programming4scientists.com/?p=376#comment-108</guid>
		<description>I would add: if someone else is going to use your code, have them testing it! Let them misuse the program as worst as they can... and bugs will come out!

It happened to me that I wrote some routines for the analysis of a time series. Well, it worked perfectly on all my data, but when someone else in the lab tried to use it it didn&#039;t work anymore, giving weird results. Well, the problem was I was assuming (never do that!) that the time series was starting from time 0. This was always the case with my data, but not with my colleague&#039;s...</description>
		<content:encoded><![CDATA[<p>I would add: if someone else is going to use your code, have them testing it! Let them misuse the program as worst as they can&#8230; and bugs will come out!</p>
<p>It happened to me that I wrote some routines for the analysis of a time series. Well, it worked perfectly on all my data, but when someone else in the lab tried to use it it didn&#8217;t work anymore, giving weird results. Well, the problem was I was assuming (never do that!) that the time series was starting from time 0. This was always the case with my data, but not with my colleague&#8217;s&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
