2024-05-16 22:18:47 +00:00
|
|
|
---
|
|
|
|
title: Code Standards
|
|
|
|
description:
|
|
|
|
published: false
|
2024-05-16 22:26:44 +00:00
|
|
|
date: 2024-05-16T22:26:43.218Z
|
2024-05-16 22:18:47 +00:00
|
|
|
tags:
|
|
|
|
editor: markdown
|
|
|
|
dateCreated: 2024-05-16T22:18:45.623Z
|
|
|
|
---
|
|
|
|
|
|
|
|
# Naming
|
2024-05-16 22:26:12 +00:00
|
|
|
If your linter does not specify which naming convention to use please follow:
|
2024-05-16 22:26:44 +00:00
|
|
|
- Functions, variables, and other child items should use lowerCamelCase
|
|
|
|
- Classes, interfaces, and other parent items should use UpperCamelCase
|