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