Skip to content

Commit ffd64a5

Browse files
authored
Add rule about the header includes
1 parent 44db27f commit ffd64a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/developing/coding-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ When developing code in ldmx-sw please follow the following best practises and s
2020
3. The `test` directory is for unit tests
2121
4. Example configs should be put under `exampleConfigs`
2222
5. All producers should have a configurable pass names, input collection names, and output collection names
23+
6. Put the `#include` lines into the `.h` header file, instead of the `.cxx` files
2324

2425

2526
## III. Code quality

0 commit comments

Comments
 (0)