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
JS, C++ - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
10
Python - Code should follow PEP8 and Flake regulations
12
Note: In the QML code convention, ignore the Javascript code section guidelines.
13
So the sections that should be taken into account in the QML conventions are QML
14
Object Declarations, Grouped Properties and Lists.