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