Skip to content

Commit

Permalink
Note static global naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mtijanic committed Apr 13, 2020
1 parent 76f35fc commit 109ec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -33,7 +33,7 @@ Your code should be structured such that, if unused, it should have (near) zero

Additionally, please observe coding style rules:

1. Prefix members variables with m\_.
1. Prefix members variables with m\_, static globals with s\_.
2. Use lowerCamelCase for variables.
3. Use UpperCamelCase for functions.
4. Use UpperCamelCase for classes.
Expand Down

0 comments on commit 109ec43

Please sign in to comment.