Eloquently sums up my feelings about the disadvantages of dynamic typing

Jacob Carlborg doob at me.com
Wed Oct 16 00:19:56 PDT 2013


On 2013-10-16 02:45, Adam Wilson wrote:

> +1
>
> This is why I claw my eyes out every time I have to work with JavaScript.
> This is why I find statically typed languages to so much more powerful
> for the work I do

One big difference between Ruby and JavaScript is that when something 
fails in Ruby you'll get an exception. But with JavaScript it just 
silently fails and all your scripts on the site dies.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list