Coding Principles

We want to aim for code that is:

1. Understandable

  • Projects should be structured with clear logical separation of parameters, assumptions, data and code, with appropriate documentation.
  • As far as possible, code should follow the style guidance outlined.

2. Accurate

3. Collaborative

4. Reproducible