Skip to content

Commit 0c737f9

Browse files
authored
Update styleguide.md
1 parent f1d3aae commit 0c737f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gemini/styleguide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Company Betagro C# Style Guide
33
Introduction
44
This style guide outlines the coding conventions for C# code developed at Company Betagro. It's based on standard C# conventions and best practices, particularly those recommended by Microsoft, with some modifications to address specific needs and preferences within our organization.
55

6-
Key Principles
6+
##Key Principles
77

8-
Readability: Code should be easy to understand for all team members. Use clear naming and logical structure.
9-
Maintainability: Code should be easy to modify and extend. Follow SOLID principles and established design patterns where appropriate.
10-
Consistency: Adhering to a consistent style across all projects improves collaboration and reduces errors. Utilize tooling to enforce consistency.
11-
Performance: While readability is paramount, code should be efficient. Be mindful of performance implications, especially in critical paths.
12-
Deviations from Common C# Conventions (if any - explicitly mention them here)
8+
*Readability: Code should be easy to understand for all team members. Use clear naming and logical structure.
9+
*Maintainability: Code should be easy to modify and extend. Follow SOLID principles and established design patterns where appropriate.
10+
*Consistency: Adhering to a consistent style across all projects improves collaboration and reduces errors. Utilize tooling to enforce consistency.
11+
*Performance: While readability is paramount, code should be efficient. Be mindful of performance implications, especially in critical paths.
12+
*Deviations from Common C# Conventions (if any - explicitly mention them here)
1313

1414
(This section is for noting any specific deviations Betagro chooses. The original Java guide only noted line length, which is less strictly defined in C# anyway)
1515
## Line Length

0 commit comments

Comments
 (0)