Java Coding Convention
Coding Convention 문서
Sun에서 제시한Coding convention
- http://java.sun.com/docs/codeconv/index.html
- http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
-
http://java.sun.com/docs/codeconv/html/CodeConventions.doc5.html#16817 : 블럭 내에서 변수선언 위치
- Effective Java (Joshua Bloch저 이해일역)의 7장 프로그래밍 일반 - 항목29 (지역변수의 유효범위를 최소화하라)에서 나온 의견과 다소 어긋남(2nd Item 항목 45)
기타
- http://g.oswego.edu/dl/html/javaCodingStd.html : Doug Lea's Java Coding standard
- http://www.chimu.com/publications/javaStandards/part0003.html : Chimy Inc coding standards.
- http://www.ambysoft.com/javaCodingStandards.html : Scott Ambler's coding convention
한글 자료
그림
http://xp123.com/xplor/xp0002f/codingstd.gif

History
Last edited on 01/23/2009 08:04 by benelog
Comments (0)