From 6d182b31dccb1e7f2f128bdd3003d145a4389fc9 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Thu, 16 May 2024 22:18:47 +0000 Subject: [PATCH] docs: create contributing/formatting/code --- contributing/formatting/code.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contributing/formatting/code.md diff --git a/contributing/formatting/code.md b/contributing/formatting/code.md new file mode 100644 index 0000000..f25c847 --- /dev/null +++ b/contributing/formatting/code.md @@ -0,0 +1,12 @@ +--- +title: Code Standards +description: +published: false +date: 2024-05-16T22:18:45.623Z +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