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 6286f24 commit 7504536Copy full SHA for 7504536
documentation/GUIDELINES.md
@@ -8,6 +8,8 @@ File to cover guidelines for NEO project.
8
* avoid defines for constants, use constexpr
9
* prefer forward declarations in headers
10
* avoid includes in headers unless absolutely necessary
11
+* use of exceptions in driver code needs strong justification
12
+* prefer static create methods returning std::unique_ptr instead of throwing from constructor
13
14
# Naming conventions
15
0 commit comments