What is the path to JavaScript mastery?

Posted by Eric Wilson on Programmers See other posts from Programmers or by Eric Wilson
Published on 2010-12-03T17:38:16Z Indexed on 2012/10/10 15:54 UTC
Read the original article Hit count: 259

I know how we start with JavaScript, we cut-and-paste a snippit to gain a little client-side functionality or validation.

But if you follow this path in trying to implement rich interactive behavior, it doesn't take long before you realize that you are creating a Big Ball Of Mud.

So what is the path towards expertise in programming the interaction layer? What books, tutorials, exercises, and processes contribute towards the ability to program robust, maintainable JavaScript?

We all know that practice is important in any endeavor, but I'm looking for a path similar to the answer here: http://stackoverflow.com/questions/2573135/

© Programmers or respective owner

Related posts about JavaScript

Related posts about software-craftsmanship