~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to README.developers

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-06-17 11:08:15 UTC
  • mfrom: (5.1.2 add-developer-guidelines)
  • Revision ID: krnekhelesh@gmail.com-20140617110815-e6yxjbj6ilgrscrj
Added guidelines for developers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Code Style
 
2
==========
 
3
 
 
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.
 
7
 
 
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
 
11
 
 
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.
 
15
 
 
16