Skip to content

Commit

Permalink
Merge bfd910c into merged_master (Bitcoin PR bitcoin/bitcoin#18568)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Jul 29, 2021
2 parents f7a568b + bfd910c commit 35df560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer-notes.md
Expand Up @@ -88,7 +88,7 @@ code.
separate words (snake_case).
- Class member variables have a `m_` prefix.
- Global variables have a `g_` prefix.
- Compile-time constant names are all uppercase, and use `_` to separate words.
- Constant names are all uppercase, and use `_` to separate words.
- Class names, function names, and method names are UpperCamelCase
(PascalCase). Do not prefix class names with `C`.
- Test suite naming convention: The Boost test suite in file
Expand Down

0 comments on commit 35df560

Please sign in to comment.