summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-12-03 20:12:17 -0500
committerKyle Gunger <kgunger12@gmail.com>2021-12-03 20:12:17 -0500
commit0f1d8414d952595e321c0bae2524818256dd0cb5 (patch)
tree7306f04d52f305444c84a60bcadcc3c13d027e89 /spec
parentccc11c810d66c5847448293551cafd389f6e4508 (diff)
Stuff
Diffstat (limited to 'spec')
-rw-r--r--spec/2.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/2.md b/spec/2.md
index c398309..ca96b86 100644
--- a/spec/2.md
+++ b/spec/2.md
@@ -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