You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most information in the wiki is targeted at developers.
Coding Conventions
The adopted style is 1TBS.
We never omit braces even if there is only one statement.
Please check your code before submitting a PR.
Development Environment
You can use every single text editor.
Ther are som text editors with integrated or additional support of some code beautifiing, e.g. emacs and Web-beautify.
If you want the power of an IDE, then have a look at
eclipse
Visual Studio Code with Node.js and vscode-standardjs plugin
IntelliJ IDEA (but no JavaScript support in the community edition)