# Coding conventions
## Naming
- Classes: CamelCase - Functions: camelCase
- Variables/Arguments: snake_case ## Formatting We use (black)[https://black.readthedocs.io/en/stable/]