docs: create contributing/formatting/code
This commit is contained in:
parent
c32508d1f2
commit
6d182b31dc
12
contributing/formatting/code.md
Normal file
12
contributing/formatting/code.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Code Standards
|
||||||
|
description:
|
||||||
|
published: false
|
||||||
|
date: 2024-05-16T22:18:45.623Z
|
||||||
|
tags:
|
||||||
|
editor: markdown
|
||||||
|
dateCreated: 2024-05-16T22:18:45.623Z
|
||||||
|
---
|
||||||
|
|
||||||
|
# Naming
|
||||||
|
Functions, variables, and other names inside a programming file should all follow (lower/Upper)CamelCase.
|
Loading…
Reference in a new issue