|
21 | 21 | | 아이템 5. 자원을 직접 명시하지 말고 의존 객체 주입을 사용하라 | [ding_cook](https://github.com/bunsung92) |
|
22 | 22 | | 아이템 6. 불필요한 객체 생성을 피하라 | [chikeem90](https://github.com/chikeem90) |
|
23 | 23 | | 아이템 7. 다 쓴 객체 참조를 해제하라 | [JoisFe](https://github.com/JoisFe) |
|
24 | | -| 아이템 8. finalizer와 cleaner 사용을 피하라 | [bunsung92](https://github.com/bunsung92) | |
| 24 | +| 아이템 8. finalizer와 cleaner 사용을 피하라 | [ding_cook](https://github.com/bunsung92) | |
25 | 25 | | 아이템 9. try-finally보다는 try-with-resources를 사용하라 | [coalong](https://github.com/coalong) |
|
26 | 26 |
|
27 | 27 |
|
|
31 | 31 | | --- | --- |
|
32 | 32 | | 아이템 10. equals는 일반 규약을 지켜 재정의하라 | [jinan159](https://github.com/jinan159) |
|
33 | 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) |
| 34 | +| 아이템 12. toString을 항상 재정의하라 | [Corock](https://github.com/corock) | |
| 35 | +| 아이템 13. clone재정의는 주의해서 진행하라 | [gonami-gennnmja](https://github.com/gonami-gennnmja) | |
| 36 | +| 아이템 14. Comparable을 구현할지 고려하라 | [chikeem90](https://github.com/chikeem90) | |
0 commit comments