9 - Naming Conventions
Naming conventions make programs more understandable by making them easier to read. They can also give information about the function of the identifier-for example, whether it's a constant, package, or class-which can be helpful in understanding the code.
출처: http://www.oracle.com/technetwork/java/codeconventions-135099.html
'Archive' 카테고리의 다른 글
검색봇(Crawler)이 내 사이트를 어떻게 수집해 갈지 설정하는 방법 (0) | 2011.09.09 |
---|---|
안드로이드에서 Bitmap 떄문에 Out of Memory 에러가 날 때 (0) | 2011.09.08 |
Java 패키지 이름 짓기 (0) | 2011.09.08 |
Because와 Since의 용법차이 (0) | 2011.09.08 |
변수이름 첫글자에 숫자가 올 수 없는 이유 (네이버 지식iN 오픈백과 발췌) (0) | 2011.09.08 |