Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a8b3331

Browse files
Update README.md
1 parent 4c55a3b commit a8b3331

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,15 @@
2121
| 아이템 5. 자원을 직접 명시하지 말고 의존 객체 주입을 사용하라 | [ding_cook](https://github.com/bunsung92) |
2222
| 아이템 6. 불필요한 객체 생성을 피하라 | [chikeem90](https://github.com/chikeem90) |
2323
| 아이템 7. 다 쓴 객체 참조를 해제하라 | [JoisFe](https://github.com/JoisFe) |
24+
| 아이템 8. finalizer와 cleaner 사용을 피하라 | [bunsung92](https://github.com/bunsung92) |
25+
| 아이템 9. try-finally보다는 try-with-resources를 사용하라 | [coalong](https://github.com/coalong) |
26+
27+
28+
## 3장. 모든 객체의 공통
29+
30+
| 아이템 | 담당자 |
31+
| --- | --- |
32+
| 아이템 10. equals는 일반 규약을 지켜 재정의하라 | [jinan159](https://github.com/jinan159) |
33+
| 아이템 11. equals를 재정의하려거든 hashCode도 재정의하라 | [JoisFe](https://github.com/JoisFe) |
34+
| 아이템 12. toString을 항상 재정의하라 | [YuDeokRin](https://github.com/JoisFe) |
35+
| 아이템 13. clone재정의는 주의해서 진행하라 | [gonami-gennnmja](https://github.com/gonami-gennnmja)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /