Effective Java
Item 38: Adhere to generally accepted naming conventions
Note that constant fields constitute the only recommended use of underscores. (p.125)
Naming convention : http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.8
http://cs.gmu.edu/~pammann/619/ppt/Bloch10.ppt
인터뷰
Book Excerpt and Interview: Effective Java, Second Edition
Effective Java: An Interview with Joshua Bloch
http://whiteship.me/tag/effective%20java
Item 8: hashCode 재정의
equals(null)일 때 true가 발생할 가능성은 없음.
History
Last edited on 11/27/2011 00:17 by benelog
Comments (0)