Server side Javascript best practices?

Posted by Petteri Hietavirta on Stack Overflow See other posts from Stack Overflow or by Petteri Hietavirta
Published on 2009-11-30T12:42:10Z Indexed on 2010/04/04 16:43 UTC
Read the original article Hit count: 472

We have a CMS built on Java and it has Mozilla Rhino for the server side JS. At the moment the JS code base is small but growing. Before it is too late and code has become a horrible mess I want to introduce some best practices and coding style.

Obviously the name space control is pretty important. But how about other best practices - especially for Java programmers?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about serverside-javascript