Coping with weak typing

Posted by John Leonard on Stack Overflow See other posts from Stack Overflow or by John Leonard
Published on 2010-05-06T18:39:51Z Indexed on 2010/05/06 18:58 UTC
Read the original article Hit count: 224

Filed under:
|
|

I'm a front end Flex developer peeking over the wall at html. One of the things I have a hard time with is weak typing in Javascript. I know many developers say they prefer it. How do I stop worrying and learn to love the weak typing? Are there best practices for variable naming that help make var types human readable?

Another thing I have trouble with is getting by without my trusted compiler errors and warnings. I'm getting along with firebug. Is there anything else I should have in my toolkit?

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript