Skip to content

Code Guideline

Python Code

We follow the PEP 8 style guide for Python code. To ensure consistency, we recommend using tools like Black for automatic code formatting and Flake8 for linting. This is already set up in the provided SDK container and is enforced in the CI pipeline.

C++ Code

We adhere to the Google C++ Style Guide. For formatting, we recommend using clang-format with the Google style configuration. This is already set up in the provided SDK container and is enforced in the CI pipeline.