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 0fb228d commit 771ec39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DEVELOPER-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
* Method names
* Variable names
* Class members

* Yes, we know in your last job you were taught all member variables are prefixed with `m_`, but please don't.
* Sometimes class members are shadowed by local variables. In this case, use the `m_` prefix convention for the member.

## C/C++ Guidelines

Expand Down

0 comments on commit 771ec39

Please sign in to comment.