Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Stop with JavaScript (Score 1) 197

I had to do some JavaScript at work and talked them into letting me use Dart instead; unfortunately, Dart isn't perfect either (get rid of the dynamic typing and get Dart VM support (instead of it running dart2js) and get it out of beta and it would probably be a lot better. It's definitely a step in the right direction but still too dynamic for me. I prefer structure.

Comment Re:Stop with JavaScript (Score 1) 197

Yeah, it's so great that it'll allow you to just decide to use some member variable somewhere without declaring it and making it impossible for someone maintaining it to know that it even exists. Or the fact that there's no way to know the type of a variable without basically reverse engineering the source code in its entirety.

Slashdot Top Deals

"By the time they had diminished from 50 to 8, the other dwarves began to suspect "Hungry." -- a Larson cartoon

Working...