4
We are trying to use a common code style throughout the code base to maintain
5
uniformity and improve code clarity. Listed below are the code styles guides
6
that will be followed based on the language used.
8
QML - http://qt-project.org/doc/qt-5/qml-codingconventions.html
9
C++ - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
10
Python - Code should follow PEP8 and Flake regulations