본문 바로가기

Programming/Windows.C#

C# Coding Standards and Best Programming Practices

반응형

dotnetspider.com에서 C#을 사용할 때 지켜야 할 기본 규칙을 정리한 문서입니다.

출처 :

http://www.dotnetspider.com/tutorials/BestPractices.aspx

목차

1.  Author
2.  License, Copyrights and Disclaimer
3.  Revision History
4.  Introduction
5.  Purpose of coding standards and best practices
6.  How to follow the standards across the team
7.  Naming Conventions and Standards
8.  Indentation and Spacing
9.  Good Programming practices
10. Architecture
11. ASP.NET
12. Comments
13. Exception Handling

원본과 번역본 두개다 첨부

CodingStandards.docCodingStandards(KR).doc
반응형