Skip to content

Code Design

Edwin edited this page Jan 20, 2017 · 1 revision

Global Code Design Choices

Coding Conventions

We follow the airbnb javascript and react style guides: https://github.com/airbnb/javascript

To generate this sidebar, clone the wiki repo, open the repo folder in terminal, make sure you have doctoc installed (npm install -g doctoc) then run
$ doctoc Code-Design/Code-Design.md -s
Copy paste the output into this file (Code-Design/_Sidebar.md)

Clone this wiki locally