diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2678ab29cb3..20d8293db4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.