Skip to the content.

JavaScript

The following readme describes the coding conventions especially for JavaScript.

Naming

Good examples of JS Naming can be found here.

Unit Tests

We use Jasmine for JS Unittests because it has a maven-plugin that allows us to use CI on HTML/JS projects!

JavaScript and Maven

TODO