Engine/Unity

Unity & C# 코딩 컨벤션이 고민 된다면

VirtualDever 2022. 7. 13. 20:28

프로젝트 마다, 팀 마다, 회사 마다, 개인 마다 코딩 컨벤션이 다 다르다.

코딩 컨벤션은 취향 차이라기 보다 통일된 혹은 일관된 코딩 스타일 가이드라고 보는 것이 좋겠다.

참고할 만한 유니티와 C# 코딩 컨벤션이 있었다.

https://avangarde-software.com/unity-coding-guidelines-basic-best-practices/

 

[Unity] Coding guidelines & Basic Best Practices - Avangarde-Software

Have you ever wondered how a company organizes its code? Look no further, because here lie all your answers. This is a basic set of rules for writing code.

avangarde-software.com

 

그리고 추가로 C# 코딩 컨벤션도 있었다.

개발자들 사이에서 유명한 그 raywenderlich의 C# 코딩 스타일 가이드이다.

https://github.com/raywenderlich/c-sharp-style-guide

 

GitHub - raywenderlich/c-sharp-style-guide: C# Style Guide for Unity Tutorials

C# Style Guide for Unity Tutorials. Contribute to raywenderlich/c-sharp-style-guide development by creating an account on GitHub.

github.com