<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rails Garden &#187; Ruby Language</title>
	<atom:link href="http://www.railsgarden.com/category/ruby-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsgarden.com</link>
	<description>A delicious blend of Ruby and Rails...</description>
	<lastBuildDate>Thu, 02 Sep 2010 03:48:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Overlap of Confidence with Static Typing</title>
		<link>http://www.railsgarden.com/2008/02/07/overlap-of-confidence-with-static-typing/</link>
		<comments>http://www.railsgarden.com/2008/02/07/overlap-of-confidence-with-static-typing/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 14:15:42 +0000</pubDate>
		<dc:creator>benhughes</dc:creator>
				<category><![CDATA[Ruby Evangelism]]></category>
		<category><![CDATA[Ruby Language]]></category>

		<guid isPermaLink="false">http://www.railsgarden.com/2008/02/07/overlap-of-confidence-with-static-typing/</guid>
		<description><![CDATA[Since working with Ruby and other dynamic languages, I&#8217;ve thought a lot about the differences between statically-typed and dynamically-typed languages and what makes them different.  Statically-typed languages guarantee some level of confidence of workability &#8212; but this comes at a huge cost of flexibility, and more importantly overlaps with software testing, not making efficient [...]]]></description>
			<content:encoded><![CDATA[<p>Since working with Ruby and other dynamic languages, I&#8217;ve thought a lot about the differences between statically-typed and dynamically-typed languages and what makes them different.  Statically-typed languages guarantee some level of confidence of workability &#8212; but this comes at a huge cost of flexibility, and more importantly overlaps with software testing, not making efficient use of the concept of testing.</p>
<p>Software testing can be used to make up for some of the lost confidence resulting from dynamic typing, yet since they must be done regardless, the outcome is suboptimal with static languages &#8211; there is an overlap between the confidence generated from static typing and the confidence generated from the test suite.  With dynamic languages there is much less overlap: the test suite makes up for the confidence lost from dynamic typing, yet is also there to ensure the software works as expected.</p>
<ul>
<li>Jay Fields touches upon this in an interesting post here: <a href="http://blog.jayfields.com/2008/02/static-typing-considered-harmful.html">Static typing considered harmful</a>.</li>
<li>Bruce Eckel also examines this more in depth using Python as an example <a href="http://mindview.net/WebLog/log-0025">here</a>, where he emphasizes &#8220;Strong test, not strong typing.&#8221;</li>
<li>Robert Martin is a Java programmer who asks <a href="http://www.artima.com/weblogs/viewpost.jsp?thread=4639">Are Dynamic Languages Going to Replace Static Languages?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.railsgarden.com/2008/02/07/overlap-of-confidence-with-static-typing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
