Skip to content

Coding Style Guidelines

Alex Bara edited this page Aug 20, 2020 · 2 revisions

Tuna uses the Google Style Guide coupled with PEP 8. The following caveats apply:

  • Tab space is two spaces instead of four
  • Max number of function parameters is 8

A presentation giving an overview of the salients of the guidelines can be found here. Readers are encouraged to go through the actual guidelines in detail.

Clone this wiki locally