linuxOS_AP05/debian/test/usr/share/doc/onboard/HACKING
2025-09-26 09:40:02 +08:00

15 lines
405 B
Plaintext

* 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.