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