diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2021-12-03 20:12:17 -0500 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2021-12-03 20:12:17 -0500 |
| commit | 0f1d8414d952595e321c0bae2524818256dd0cb5 (patch) | |
| tree | 7306f04d52f305444c84a60bcadcc3c13d027e89 /spec | |
| parent | ccc11c810d66c5847448293551cafd389f6e4508 (diff) | |
Stuff
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 |