in reply to Re: Static typing is mostly a waste of time
in thread Static typing is mostly a waste of time
Seriously, it's a question of being willing to pay the price of validating the input yourself. In many cases you have to do it anyway; for example, for square roots even if you can trust the compiler that you are getting a number, you have to make sure that it is not negative (unless your sqrt function deals with complex numbers).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Static typing is mostly a waste of time
by hardburn (Abbot) on Apr 12, 2005 at 14:53 UTC | |
Re^3: Static typing is mostly a waste of time
by Anonymous Monk on Apr 12, 2005 at 15:18 UTC | |
by iblech (Friar) on Apr 12, 2005 at 16:29 UTC | |
Re^3: Static typing is mostly a waste of time
by Anonymous Monk on Apr 12, 2005 at 15:50 UTC | |
Re^3: Static typing is mostly a waste of time
by dragonchild (Archbishop) on Apr 12, 2005 at 15:08 UTC |