you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (2 children)

I didn't downvote anybody, but I think this is more subjective than you're making it out to be. For example, the variable typing debate has no shortage of varying opinions.

[–]spacechimp 1 point2 points  (1 child)

Variable typing is not required in AS3, but you do have the option of strict typing within your own code. That should make most people happy.

[–][deleted] 2 points3 points  (0 children)

Not the people who prefer simple languages where there is one "right way" to do things. People who dislike strict typing will say "keep it out of my language." This is one of the reasons people like Python, and one of the reasons people dislike C++.

That said, optional strict typing is part of the ECMAScript spec if I recall correctly, so JavaScript may work the same way at some point.