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 96b9281 commit 434f5a2Copy full SHA for 434f5a2
doc/developer-notes.md
@@ -492,6 +492,14 @@ namespace {
492
493
- *Rationale*: Avoids confusion about the namespace context
494
495
+- Prefer `#include <primitives/transaction.h>` bracket syntax instead of
496
+ `#include "primitives/transactions.h"`` quote syntax when possible.
497
+
498
+ - *Rationale*: Bracket syntax is less ambiguous because the preprocessor
499
+ searches a fixed list of include directories without taking location of the
500
+ source file into account. This allows quoted includes to stand out more when
501
+ the location of the source file actually is relevant.
502
503
GUI
504
-----
505
0 commit comments