This document contains all the style guideline for our code
- Python2
- Python3
- C++
- JavaScript
- Markdown
- AsciiDoc
The style guide for python2 is pep8.
https://www.python.org/dev/peps/pep-0008/
The style guide for python3 is pep8.
https://www.python.org/dev/peps/pep-0008/
The style guide for C++ is google cpp https://google.github.io/styleguide/cppguide.html
https://github.com/airbnb/javascript