Skip to content

Commit

Permalink
Update DEVELOPER-NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored May 24, 2024
1 parent 771ec39 commit 48c9bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Method names
* Variable names
* Class members
* Sometimes class members are shadowed by local variables. In this case, use the `m_` prefix convention for the member.
* If class members are shadowed by local variables, use the `m_` prefix convention for the member.

## C/C++ Guidelines

Expand Down

0 comments on commit 48c9bf4

Please sign in to comment.