Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 306 Bytes

NAMING.md

File metadata and controls

12 lines (11 loc) · 306 Bytes

Naming Conventions

The launcher's naming convention is based off of Rider's default convention. Please follow this when contributing!

_privateField
PublicField (or property)
ClassName
NamespaceName
MethodName(firstParam, secondParam ...)
methodVariable
CONSTANT_FIELD (regardless of visibility)