mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +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"
|
||||
---
|
||||
|
||||
## Naming conventions
|
||||
|
||||
Coding conventions serve the following purposes:
|
||||
|
||||
- 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 demonstrate C# best practices.
|
||||
|
||||
## Naming conventions
|
||||
|
||||
### Pascal case
|
||||
|
||||
Use pascal casing ("PascalCasing") when naming a class, record, interface or struct.
|
||||
|
||||
Reference in New Issue
Block a user