We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d1680 commit 7b4a296Copy full SHA for 7b4a296
doc/developer-notes.md
@@ -34,6 +34,8 @@ code.
34
- Constant names are all uppercase, and use `_` to separate words.
35
- Class names, function names and method names are UpperCamelCase
36
(PascalCase). Do not prefix class names with `C`.
37
+ - Test suite naming convention: The Boost test suite in file
38
+ `src/test/foo_tests.cpp` should be named `foo_tests`.
39
40
- **Miscellaneous**
41
- `++i` is preferred over `i++`.
0 commit comments