Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 621 Bytes

HACKING.rst

File metadata and controls

14 lines (11 loc) · 621 Bytes

Hacking

Try to be consistent with the PEP8 guidelines. Add tests for all non-trivial functionality. Dependency injection is a great pattern to keep modules testable.

Commits should be reversible, independent units if possible. Use descriptive titles and also add an explaining commit message unless the modification is trivial. See also: A Note About Git Commit Messages.