The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Uncle Bob on Static v. Dynamic

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Obie Fernandez

Posts: 608
Nickname: obie
Registered: Aug, 2005

Obie Fernandez is a Technologist for ThoughtWorks
Uncle Bob on Static v. Dynamic Posted: Dec 14, 2005 1:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Obie Fernandez.
Original Post: Uncle Bob on Static v. Dynamic
Feed Title: Obie On Rails (Has It Been 9 Years Already?)
Feed URL: http://jroller.com/obie/feed/entries/rss
Feed Description: Obie Fernandez talks about life as a technologist, mostly as ramblings about software development and consulting. Nowadays it's pretty much all about Ruby and Ruby on Rails.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Obie Fernandez
Latest Posts From Obie On Rails (Has It Been 9 Years Already?)

Advertisement

An article from 2003 by Robert C. Martin manages to stay fresh as the debate rages on whether dynamic languages like Python and Ruby can replace Java and C#. Rubyists, if you're also into Agile or work for a company that is trying to implement Agile methods then this article is great ammunition.

...I tried writing some applications in Python, and then Ruby (well known dynamically typed languages). I was not entirely surprised when I found that type issues simply never arose. My unit tests kept my code on the straight and narrow. I simply didn't need the static type checking that I had depended upon for so many years. I also realized that the flexibility of dynamically typed langauges makes writing code significantly easier. Modules are easier to write, and easier to change. There are no build time issues at all. Life in a dynamically typed world is fundamentally simpler.

I would argue, as I've done before, that any language that pushes you down the path of depending more on proper TDD and unit testing practices is intrinsically better that a language that does not. Mediocre programmers too often fall into the trap of "if it compiles it is probably okay".

via Don Marti

Read: Uncle Bob on Static v. Dynamic

Topic: Goodness, I need a vacation. Or a beer. Definitely a beer Previous Topic   Next Topic Topic: Kayak

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use