File: HACKING

package info (click to toggle)
onboard 1.4.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,828 kB
  • sloc: python: 28,321; cpp: 5,965; ansic: 5,739; xml: 1,026; javascript: 263; sh: 163; makefile: 68
file content (14 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* Always_underscore_variable_names, no CamelCase.

* Don't leave commented out code lying around.

* Use the Logger instead of print statements.

* Lines shouldn't be longer than 80 characters.

* Docstrings on class members.

* Don't let gsettings leak out of the Config singleton. Don't use gsettings
directly in any other class.

* Call "./setup.py build_i18n -m" to merge code changes into .po files.