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 b312579 commit 9605bbdCopy full SHA for 9605bbd
doc/developer-notes.md
@@ -69,7 +69,7 @@ tool to clean up patches automatically before submission.
69
- **Symbol naming conventions**. These are preferred in new code, but are not
70
required when doing so would need changes to significant pieces of existing
71
code.
72
- - Variable and namespace names are all lowercase, and may use `_` to
+ - Variable (including function arguments) and namespace names are all lowercase, and may use `_` to
73
separate words (snake_case).
74
- Class member variables have a `m_` prefix.
75
- Global variables have a `g_` prefix.
0 commit comments