cryptonas-branches/pythonrewrite/bin2/coding_guidelines.txt
lars 76ec1ee0ca fixed a problem in CryptoBox config reading
introduced "coding_guidelines.txt" for a consistent coding feeling :)
added CryptoBoxRootActions for future privilege separation
2006-08-21 08:09:05 +00:00

15 lines
441 B
Plaintext

Maybe we can add some notes here to get a consistent coding experience :)
-------------------------------------------------------------------------------
comments:
- should be usable for pydoc
error handling:
- unspecific error handling is evil (try: "grep -r except: .")
unit testing:
- commits with broken unit tests are evil (options: fix or disable)
- all classes should contain exhaustive unit tests prior to the first release