From c70ae40db0a7f16dedb293d4b0b5faa271ce125b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=8E=CA=9Es=CA=8Co=CA=9E=E1=B4=89=C9=90=C9=A5=C9=94?= =?UTF-8?q?=EA=93=95=20=C9=B9=CA=87o=CA=8E=EA=93=92?= Date: Sun, 4 Feb 2024 12:39:46 +0800 Subject: [PATCH] Updated Code contribution rules (markdown) --- Code-contribution-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-contribution-rules.md b/Code-contribution-rules.md index 08c9209..4c710fa 100644 --- a/Code-contribution-rules.md +++ b/Code-contribution-rules.md @@ -22,7 +22,7 @@ It's important for everyone, be it contributors or reviewers, to have a clear co # naming scheme * Use English * `var_and_func_example` (snake_case) -* `_private_member_of_class_example` (_snake_case) +* `_private_member_of_class_example` (_snake_case) (not yet covered all in codebase but new apps. You are welcomed to correct them.) * `namespaceexample` * `ClassNameExample` (CamelCase) * `objectNameExample` (camelCase)