https://lahuman.jabsiri.co.kr/158

 

[TIP] JAVA CODE STYLE GUIDE

JAVA CODE STYLE GUIDE 코드 스타일 가이드가 있으면 결과적으로 코드의 질이 좋아진다. (당장은 아니겠지만) 기본적으로 많은 곳에서 사용되는 자바 스타일 가이드는 SUN 의 스타일 가이드이다. 스타

lahuman.jabsiri.co.kr

 

* SUN style guide

* Google style guide

 - javaguide.html

 - Google style guide for Eclipse

 - ECLIPSE를 실행하고 다음 메뉴로 이동한다.   
   > Window > Preference > java > Code Style > Formatter
 - Import를 선택하고 내려받은 XML 파일을 선택하고 Active Profile을 GoogleStyle로 설정

 

* 오류확인

 - https://github.com/google/styleguide/issues/338

javaguide.htm
0.27MB
htmlcssguide.xml
0.14MB
eclipse-java-google-style.xml
0.03MB
javascriptguide.xml
1.04MB
jsoncstyleguide.xml
0.45MB

 

* 추가 eclipse 설정

 

* 블럭 주석 내용 formating([C]+[S]+f) 대상 제외

 - Window - Preference - Java - Code Style - Formatter - New(새로운 프로필 생성) - Edit - Comments

 > Enable block comment formatting 체크 해제

+ Recent posts