docs: update contributing/formatting/code

This commit is contained in:
Samuel Shuert 2024-05-16 22:26:44 +00:00 committed by Auxolotl Wiki
parent d5a9987c61
commit 79717a98d2

View file

@ -2,7 +2,7 @@
title: Code Standards title: Code Standards
description: description:
published: false published: false
date: 2024-05-16T22:26:11.035Z date: 2024-05-16T22:26:43.218Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2024-05-16T22:18:45.623Z dateCreated: 2024-05-16T22:18:45.623Z
@ -10,5 +10,5 @@ dateCreated: 2024-05-16T22:18:45.623Z
# Naming # Naming
If your linter does not specify which naming convention to use please follow: If your linter does not specify which naming convention to use please follow:
- Functions, variables, and similar should use lowerCamelCase - Functions, variables, and other child items should use lowerCamelCase
- Classes, interfaces, and similar should use UpperCamelCase - Classes, interfaces, and other parent items should use UpperCamelCase