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 3ebfb2d commit dc8067bCopy full SHA for dc8067b
doc/developer-notes.md
@@ -72,7 +72,8 @@ code.
72
- Class names, function names and method names are UpperCamelCase
73
(PascalCase). Do not prefix class names with `C`.
74
- Test suite naming convention: The Boost test suite in file
75
- `src/test/foo_tests.cpp` should be named `foo_tests`.
+ `src/test/foo_tests.cpp` should be named `foo_tests`. Test suite names
76
+ must be unique.
77
78
- **Miscellaneous**
79
- `++i` is preferred over `i++`.
0 commit comments