~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-16 17:43:14 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: krnekhelesh@gmail.com-20140616174314-l0x4x76o7uh5fc2l
Added note to the qml conventions

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
that will be followed based on the language used.
7
7
 
8
8
QML        - http://qt-project.org/doc/qt-5/qml-codingconventions.html 
9
 
C++        - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
 
9
JS, C++    - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
10
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