Coding Style

Why coding style?

Coding style and naming conventions are important in Enterprise application development. They make code more understandable by making them easier to read. They give information about the content of each portion of code and can be analyzed by external tools to provide a high level view of the entire code quality. Because Codesoju provides best practices for both Angular 1 and 2 applications, it provides coding styles for both JavaScript and TypeScript.

Javascript Coding Style

Codesuju provides its own coding style and naming conventions for JavaScript, based on the AirBnB's JavaScript project. The coding style guide can be found at the following URL:

https://github.com/Cedrusco/soju-js-style

TypeScript Coding Style

Coming soon.

Last updated