From 0f1d8414d952595e321c0bae2524818256dd0cb5 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 3 Dec 2021 20:12:17 -0500 Subject: Stuff --- spec/2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') 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 -- cgit v1.2.3