Code Style - adansklevanskis/client GitHub Wiki

Code Style

The code style is a convention how to write code. It is much easier to understand a large codebase when all the code in it is in a consistent style. See definition of JavaScript Standard Style Guide below:

JavaScript Style Guide