<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: 6 reasons why you should try Ruby</title>
	<link>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/</link>
	<description>Because programming should be fun</description>
	<pubDate>Mon, 08 Sep 2008 09:05:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: el raichu</title>
		<link>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-2</link>
		<author>el raichu</author>
		<pubDate>Wed, 21 Mar 2007 10:44:36 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-2</guid>
					<description>don't forget the &lt;code&gt;rescue&lt;/code&gt; modifier


some_hash = find_hash( parameter ) rescue find_hash( parameter, more_info ) rescue Hash.new
</description>
		<content:encoded><![CDATA[<p>don&#8217;t forget the <code>rescue</code> modifier</p>
<p>some_hash = find_hash( parameter ) rescue find_hash( parameter, more_info ) rescue Hash.new</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-5</link>
		<author>Frank</author>
		<pubDate>Wed, 21 Mar 2007 16:57:02 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-5</guid>
					<description>Excellent!

You know what, I never thought using the rescue keyword this way. Thanks for the input.</description>
		<content:encoded><![CDATA[<p>Excellent!</p>
<p>You know what, I never thought using the rescue keyword this way. Thanks for the input.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Al</title>
		<link>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-11</link>
		<author>Al</author>
		<pubDate>Thu, 22 Mar 2007 18:31:16 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-11</guid>
					<description>Comment on #4:
4) Adopt a dynamic language today

While it's true that dynamic typing allows you to accomplish more with less code, you will inevitably run into more run-time vs. compile-time exceptions.  Speaking from experience, the addition of strongly typed collections in Java 1.5 has resulted in far fewer bugs in my code, at the cost of additional tedious typing.  My advice would be to ensure that you get complete code coverage with your unit test cases, and make sure you pass lots of random inputs into your class methods to test for unusual casting behavior.</description>
		<content:encoded><![CDATA[<p>Comment on #4:<br />
4) Adopt a dynamic language today</p>
<p>While it&#8217;s true that dynamic typing allows you to accomplish more with less code, you will inevitably run into more run-time vs. compile-time exceptions.  Speaking from experience, the addition of strongly typed collections in Java 1.5 has resulted in far fewer bugs in my code, at the cost of additional tedious typing.  My advice would be to ensure that you get complete code coverage with your unit test cases, and make sure you pass lots of random inputs into your class methods to test for unusual casting behavior.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ze'ev</title>
		<link>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-12</link>
		<author>Ze'ev</author>
		<pubDate>Fri, 23 Mar 2007 12:56:00 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/6-reasons-why-you-should-try-ruby/#comment-12</guid>
					<description>Nice list.
I would also recommend looking at Python &#38; Django.</description>
		<content:encoded><![CDATA[<p>Nice list.<br />
I would also recommend looking at Python &amp; Django.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
