| ... | ... | @@ -7,10 +7,16 @@ |
|
|
|
|
|
|
|
## Coding practices
|
|
|
|
|
|
|
|
For **C++**, we follow the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
|
|
|
|
### C++
|
|
|
|
|
|
|
|
For **Python**, we follow the [PEP8 guidelines](https://peps.python.org/pep-0008/).
|
|
|
|
- [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
|
|
|
|
|
|
|
|
### Python
|
|
|
|
|
|
|
|
- [PEP8 guidelines](https://peps.python.org/pep-0008/)
|
|
|
|
- [Handling python path](python%20path)
|
|
|
|
|
|
|
|
### General
|
|
|
|
|
|
|
|
- [Gitlab usage](Gitlab%20usage).
|
|
|
|
- [Error handling](Error%20handling).
|
| ... | ... | |