/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Gustav Hartvigsson
  • Date: 2014-02-08 17:53:39 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140208175339-yxn38uceduzzvswx
Initial code.

Non of the code is actualy functional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
                           THE HACKING DOCUMENT
2
 
                    What to know when hacking on GPump
3
 
 
4
 
1) It is written in GJS - GNOME JavaScript
5
 
 
6
 
2) Use "1TBS" brace stryle.
7
 
 
8
 
3) Use two spaces for indentation
9
 
 
10
 
4) Use a spacious coding style. Put room between things as much as you can.
11
 
 
12
 
Examples:
13
 
 
14
 
TODO
15