Please create an account to participate in the Slashdot moderation system

 



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

Physician: One upon whom we set our hopes when ill and our dogs when well. -- Ambrose Bierce

Working...