Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 489 Bytes

STYLE_GUIDE.md

File metadata and controls

12 lines (9 loc) · 489 Bytes

BARK Style Guide

This page contains style decisions that both developers and users of BARK should follow to increase the readability of their code, reduce the number of errors, and promote consistency.

Python

We refer to the google python style guide. However, instead of a 4 spaces indent, we recommend using a 2 spaces indent.

CPP

We refer to the google c++ style guide.