Forgot your password?
typodupeerror

Comment Re:Why implicitly typed locals? (Score 1) 386

You can, but what advantage is there? code in implicity typed languages (which includes the dynamically typed languages) is just as easy (if not easier to read). Eg: foo = 5.0f; bar = 18; baz = "what"; Would the "float", "int" and "String" types really added much to the understanding of the program?

Slashdot Top Deals

"There is nothing new under the sun, but there are lots of old things we don't know yet." -Ambrose Bierce

Working...