위로
아래
코드 컨벤션
코드 컨벤션 (code convention)
- 코드를 작성할 때 프로그래머 사이에서 정한 코딩 스타일 규약
- 가독성을 위해 사용
- 일관성 있는 코드 스타일을 유지할 수 있다
- 유지보수할 때 효율성이 높다
코드 컨벤션 가이드
네이버 - 캠퍼스 핵데이 Java 코딩 컨벤션
https://naver.github.io/hackday-conventions-java
구글 - Google Java style guide
https://google.github.io/styleguide/javaguide.html
구글 - 번역 블로그
https://velog.io/@ozragwort/rule-Google-Java-Style-Guide-%EC%9A%94%EC%95%BD-%EB%B2%88%EC%97%AD
오라클 - code convention for the Java
https://www.oracle.com/java/technologies/javase/codeconventions-contents.html