mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 16:06:12 +02:00
Fixed headings order
This commit is contained in:
@@ -8,8 +8,6 @@ external_resources:
|
|||||||
href: "https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions"
|
href: "https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Naming conventions
|
|
||||||
|
|
||||||
Coding conventions serve the following purposes:
|
Coding conventions serve the following purposes:
|
||||||
|
|
||||||
- They create a consistent look to the code, so that readers can focus on content, not layout.
|
- They create a consistent look to the code, so that readers can focus on content, not layout.
|
||||||
@@ -17,6 +15,8 @@ Coding conventions serve the following purposes:
|
|||||||
- They facilitate copying, changing, and maintaining the code.
|
- They facilitate copying, changing, and maintaining the code.
|
||||||
- They demonstrate C# best practices.
|
- They demonstrate C# best practices.
|
||||||
|
|
||||||
|
## Naming conventions
|
||||||
|
|
||||||
### Pascal case
|
### Pascal case
|
||||||
|
|
||||||
Use pascal casing ("PascalCasing") when naming a class, record, interface or struct.
|
Use pascal casing ("PascalCasing") when naming a class, record, interface or struct.
|
||||||
|
|||||||
Reference in New Issue
Block a user