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 09b6e04

Browse files
Update README.md
1 parent a74ce2e commit 09b6e04

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

‎README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,33 @@
1414

1515
| 아이템 | 담당자 |
1616
| --- | --- |
17-
| 아이템 1. 생성자 대신 정적 팩터리 메서드를 고려하라 | [ding_cook](https://github.com/bunsung92) |
18-
| 아이템 2. 생성자에 매개변수가 많다면 빌더를 고려하라 | [Dante](https://github.com/YuDeokRin) |
17+
| 아이템 1. 생성자 대신 정적 팩터리 메서드를 고려하라 | [bunsung92](https://github.com/bunsung92) |
18+
| 아이템 2. 생성자에 매개변수가 많다면 빌더를 고려하라 | [YuDeokRin](https://github.com/YuDeokRin) |
1919
| 아이템 3. private 생성자나 열거 타입으로 싱글턴임을 보증하라 | [jinan159](https://github.com/jinan159) |
2020
| 아이템 4. 인스턴스화를 막으려거든 private 생성자를 사용하라 | [JoisFe](https://github.com/JoisFe) |
21-
| 아이템 5. 자원을 직접 명시하지 말고 의존 객체 주입을 사용하라 | [ding_cook](https://github.com/bunsung92) |
21+
| 아이템 5. 자원을 직접 명시하지 말고 의존 객체 주입을 사용하라 | [bunsung92](https://github.com/bunsung92) |
2222
| 아이템 6. 불필요한 객체 생성을 피하라 | [chikeem90](https://github.com/chikeem90) |
2323
| 아이템 7. 다 쓴 객체 참조를 해제하라 | [JoisFe](https://github.com/JoisFe) |
2424
| 아이템 8. finalizer와 cleaner 사용을 피하라 | [ding_cook](https://github.com/bunsung92) |
2525
| 아이템 9. try-finally보다는 try-with-resources를 사용하라 | [coalong](https://github.com/coalong) |
2626

27-
28-
## 3장. 모든 객체의 공통
27+
## 3장. 모든 객체의 공통 메서드
2928

3029
| 아이템 | 담당자 |
3130
| --- | --- |
3231
| 아이템 10. equals는 일반 규약을 지켜 재정의하라 | [jinan159](https://github.com/jinan159) |
3332
| 아이템 11. equals를 재정의하려거든 hashCode도 재정의하라 | [JoisFe](https://github.com/JoisFe) |
3433
| 아이템 12. toString을 항상 재정의하라 | [corock](https://github.com/corock) |
35-
| 아이템 13. clone재정의는 주의해서 진행하라 | [gonami-gennnmja](https://github.com/gonami-gennnmja) |
34+
| 아이템 13. clone재정의는 주의해서 진행하라 | [YuDeokRin](https://github.com/YuDeokRin) |
3635
| 아이템 14. Comparable을 구현할지 고려하라 | [chikeem90](https://github.com/chikeem90) |
36+
37+
## 4장. 클래스와 인터페이스
38+
39+
| 아이템 | 담당자 |
40+
| --- | --- |
41+
| 아이템 15. 클래스와 멤버의 접근 권한을 최소화하라 | [JoisFe](https://github.com/JoisFe) |
42+
| 아이템 16. public 클래스에서는 public 필드가 아닌 접근자 메서드를 사용하라 | [bunsung92](https://github.com/bunsung92) |
43+
| 아이템 17. 변경 가능성을 최소화하라 | [jinan159](https://github.com/jinan159) |
44+
| 아이템 18. 상속보다는 컴포지션을 사용하라 | [corock](https://github.com/corock) |
45+
| 아이템 19. 상속을 고려해 설계하고 문서화하라, 그러지 않았다면 상속을 금지하라 | [chikeem90](https://github.com/chikeem90) |
46+
| 아이템 20. 추상 클래스보다는 인터페이스를 우선하라 | [coalong](https://github.com/coalong) |

0 commit comments

Comments
(0)

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