Katari coding conventions are based on Sun Java Coding conventions with some changes. Here you will find the differences with that document.

Conventions for Javascript

If using jquery:

  • Avoid using $, use jquery instead.
  • Make use of jQuery.each to iterate over arrays or maps (objects).