Programming

코드컨벤션이란 code convention :: 송코딩

송코딩 songcoding 2022. 9. 8. 11:34

코드컨벤션(Code Convention)이란,
내가 작성한 코드를 다른 사람이 봤을 때에도 쉽고 빠르게 이해할 수 있게 코드를 작성하는 일종의 표준/규칙을 말합니다.

소소하게는 중괄호 위치부터, 각 요소들의 명명규칙 등 코드를 구성하는 다양한 요소들의 표준화입니다.

작게는 팀 크게는 조직에서 코드컨벤션을 셋팅하고 개발에 들어가면,
코드들의 가독성이 좋은 것은 물론, 각 요소들을 명명할 때에 보다 쉽고 빠르게 정할 수 있을 것입니다.

오라클에서는 다음과 같은 자바 프로그래밍을 위한 코드컨벤션을 제공하고 있습니다.
https://www.oracle.com/java/technologies/javase/codeconventions-contents.html

Code Conventions for the Java Programming Language: Contents

We’re sorry. We could not find a match for your search. We suggest you try the following to help find what you’re looking for: Check the spelling of your keyword search. Use synonyms for the keyword you typed, for example, try "application" instead of

www.oracle.com


조금이나마 도움이 되셨길 바랍니다 :)

cf. 협업을 위한 코드컨벤션에 대해 정리를 잘 해두신 블로그 주소도 아래에 남깁니다.
https://overcome-the-limits.tistory.com/5