HelloCho

[C#] 2021 C# 코딩 가이드 본문

C#

[C#] 2021 C# 코딩 가이드

쵸송 2021. 5. 4. 16:39

2021 C# 코딩 가이드를 정리해둔 싸이트이다.

실제로 적용해서 사용해보면 꽤 깔끔한 코드를 짤 수 있다.

현재 내가 쓰고 있는 스타일과 비교해 보고 괜찮은 부분은 가이드대로 변경하였다.

# 참고 사이트

https://vmsdurano.com/c-coding-guidelines-and-practices/

 

C# Coding Guidelines and Practices - 2021

This post highlights the list of software engineering guidelines in general. Most of these are industry-wise conventions, thus using them will ensure that your code is easily readable by people who are not you.

vmsdurano.com

 

'C#' 카테고리의 다른 글

[C#]utf-8에서 euckr로 인코딩하기  (0) 2021.06.02
[C#] UTF8 인코딩 하기  (0) 2021.03.25
[C#] http post 방식으로 json Data Parameter 보내기  (0) 2021.03.22
[C#] Encoding 한글 깨질때  (0) 2020.06.11
[C#] euc-kr 인코딩 하기  (0) 2020.05.22
Comments