| ... | @@ -7,6 +7,11 @@ |
... | @@ -7,6 +7,11 @@ |
|
|
|
|
|
|
|
## Coding practices
|
|
## Coding practices
|
|
|
|
|
|
|
|
|
For **C++**, we follow the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
|
|
|
|
|
|
|
|
For **Python**, we follow the [PEP8 guidelines](https://peps.python.org/pep-0008/).
|
|
|
|
|
|
|
|
|
|
|
- [Gitlab usage](Gitlab%20usage).
|
|
- [Gitlab usage](Gitlab%20usage).
|
|
|
- [Error handling](Error%20handling).
|
|
- [Error handling](Error%20handling).
|
|
|
|
|
|
| ... | @@ -16,6 +21,7 @@ |
... | @@ -16,6 +21,7 @@ |
|
|
- [Copy construct an operator](Copy%20construct%20an%20operator).
|
|
- [Copy construct an operator](Copy%20construct%20an%20operator).
|
|
|
- [Graph Regex](Graph%20regex)
|
|
- [Graph Regex](Graph%20regex)
|
|
|
- [Python binding](Python%20binding)
|
|
- [Python binding](Python%20binding)
|
|
|
|
|
|
|
## Documentation
|
|
## Documentation
|
|
|
|
|
|
|
|
- [Writing documentation](Writing%20documentation).
|
|
- [Writing documentation](Writing%20documentation).
|
| ... | | ... | |