Skip to content

Commit

Permalink
Make clear function argument case in dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcarl authored Nov 1, 2018
1 parent b312579 commit 9605bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tool to clean up patches automatically before submission.
- **Symbol naming conventions**. These are preferred in new code, but are not
required when doing so would need changes to significant pieces of existing
code.
- 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
separate words (snake_case).
- Class member variables have a `m_` prefix.
- Global variables have a `g_` prefix.
Expand Down

0 comments on commit 9605bbd

Please sign in to comment.