--- title: Code Standards description: published: false date: 2024-05-16T22:25:22.749Z tags: editor: markdown dateCreated: 2024-05-16T22:18:45.623Z --- # Naming - Functions, variables, and similar should use lowerCamelCase - Classes, interfaces, and similar should use UpperCamelCase