Skip to content

Coding Practices

Michael Siers edited this page Jun 25, 2017 · 1 revision

Coding Practices

  • This project follows the TDD philosophy. The python unittest module is being used to achieve this.
  • For a consistent coding style, the PEP 8 is being followed.
  • Code is to be documented using pydoc
Clone this wiki locally