docs: update contributing/formatting/code
This commit is contained in:
parent
6d182b31dc
commit
3c50e4aa38
|
@ -2,11 +2,12 @@
|
||||||
title: Code Standards
|
title: Code Standards
|
||||||
description:
|
description:
|
||||||
published: false
|
published: false
|
||||||
date: 2024-05-16T22:18:45.623Z
|
date: 2024-05-16T22:25:22.749Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-05-16T22:18:45.623Z
|
dateCreated: 2024-05-16T22:18:45.623Z
|
||||||
---
|
---
|
||||||
|
|
||||||
# Naming
|
# Naming
|
||||||
Functions, variables, and other names inside a programming file should all follow (lower/Upper)CamelCase.
|
- Functions, variables, and similar should use lowerCamelCase
|
||||||
|
- Classes, interfaces, and similar should use UpperCamelCase
|
Loading…
Reference in a new issue