From 3c50e4aa381c07acb9cdc72dea9ca73062710c18 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Thu, 16 May 2024 22:25:23 +0000 Subject: [PATCH] docs: update contributing/formatting/code --- contributing/formatting/code.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contributing/formatting/code.md b/contributing/formatting/code.md index f25c847..4ea9820 100644 --- a/contributing/formatting/code.md +++ b/contributing/formatting/code.md @@ -2,11 +2,12 @@ title: Code Standards description: published: false -date: 2024-05-16T22:18:45.623Z +date: 2024-05-16T22:25:22.749Z tags: editor: markdown dateCreated: 2024-05-16T22:18:45.623Z --- # Naming -Functions, variables, and other names inside a programming file should all follow (lower/Upper)CamelCase. \ No newline at end of file +- Functions, variables, and similar should use lowerCamelCase +- Classes, interfaces, and similar should use UpperCamelCase \ No newline at end of file