~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 15:55:20 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: krnekhelesh@gmail.com-20140616155520-u089yxnpeo4xa1tu
Added readme documentation for prospective developers. Also added the copyright notice

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
C++        - https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
 
10
Python     - Code should follow PEP8 and Flake regulations