diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/2.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,12 +16,12 @@ NOTE: Remember that naming convention is no substitute for readability. If your - UPPER_SNAKE_CASE for constants and enum values -- lower_snake_case for functions, and methods +- lowerCamelCase for functions, and methods - UpperCamelCase or flatcase for enums, types, and interfaces - it is recommended that interfaces start with the letter i -- lowerCamelCase (hungarian notation acceptable) for type/struct members +- lower_snake_case (hungarian notation acceptable) for type/struct members, variables - flatcase for modules |