Table of Contents Preface typescript angular

Coding Styles

In this chap­ter you’ll find some high-level con­ven­tions for cod­ing in Type­Script. If you’re look­ing for a thor­ough guide, check out ido­matic.js[1] or AirBn­B’s ES6 style guide[2].

Types

Naming


  1. Principles of Writing Consistent, Idiomatic JavaScript

  2. Airbnb JavaScript Style Guide

  3. Snake Case

  4. Capitalization Styles