The C# Coding Guidelines aims to promote readability, consistency, and teamwork in C# code development. This guideline emphasizes the use of the latest C# language features and provides specific guidance on naming conventions, code layout and formatting, recommended coding practices, performance considerations, and tool utilization.
C# コーディング ガイドラインは、C#コードの読みやすさ、一貫性、チームでの共同作業を促進することを目的としています。このガイドラインは、最新のC#言語機能の活用を重視し、命名規則、コードのレイアウトと書式設定、推奨されるコードの書き方、パフォーマンスに関する考慮事項、ツールの活用について具体的な指針を示しています。
- Coding Guidelines | コーディングガイドライン
- Naming Conventions | 命名規則
- Layout & Formatting | レイアウト書式設定
- Code Writing Practices | コードの書き方
- Tool Utilization | ツールの活用
- Performance Considerations | パフォーマンスに関する考慮事項