We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7ccb2 commit d10c767Copy full SHA for d10c767
1 file changed
src/developing/coding-rules.md
@@ -11,7 +11,8 @@ When developing code in ldmx-sw please follow the following best practises and s
11
6. Use `lowercase` for namespaces
12
7. Run `just format-cpp` so the automated formatting is applied
13
8. For setters, include the word `set` in the beginning of the function, e.g. `setHitValsX()`
14
-9. Do not use `__` in any c++ variable name
+9. Set the value of the setter in the header of the file
15
+10. Do not use `__` in any c++ variable name
16
17
## II. Packaging Rules
18
1. Put the header files with the extension of `.h` into `Package/include/Package/MyFile.h`
0 commit comments