[Ilugc] Python and Ruby Frameworks vs Statically typed languages

  • From: andyetitmoves@xxxxxxxxx (R.Ramkumar)
  • Date: Tue Jul 18 02:45:29 2006

I don't get it - are you saying that you write unit tests in Java to
handle its' type errors/dynamicity? Then it's certainly news to me - in
all the agile books and articles I read, I've never seen this reason
before.

afaik, unit tests are written not just for typing errors but for a
whole lot of reasons. it is just that the need for such tests
increases by quite a bit when the language is dynamically typed, coz
many of the type related bugs are not caught at compile time. my point
is that, under the hypothetical (note :) ) situation where the only
need for unit tests are possible type errors, java is dynamically
typed enough to need them.

it moves on...

-- 
April 1: This is the day upon which we are reminded of
what we are on the other three hundred and sixty-four.
          -- Mark Twain, "Pudd'nhead Wilson's Calendar"

Other related posts: