Skip to content

Commit 32fb6e9

Browse files
authored
Update README.md
4장 item 디스커션 링크 연결
1 parent 67e2fdb commit 32fb6e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

profile/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242

4343
| 아이템 | 담당자 |
4444
| --- | --- |
45-
| 아이템 15. 클래스와 멤버의 접근 권한을 최소화하라 | [JoisFe](https://github.com/JoisFe) |
46-
| 아이템 16. public 클래스에서는 public 필드가 아닌 접근자 메서드를 사용하라 | [bunsung92](https://github.com/bunsung92) |
47-
| 아이템 17. 변경 가능성을 최소화하라 | [jinan159](https://github.com/jinan159) |
48-
| 아이템 18. 상속보다는 컴포지션을 사용하라 | [corock](https://github.com/corock) |
49-
| 아이템 19. 상속을 고려해 설계하고 문서화하라, 그러지 않았다면 상속을 금지하라 | [chikeem90](https://github.com/chikeem90) |
50-
| 아이템 20. 추상 클래스보다는 인터페이스를 우선하라 | [coalong](https://github.com/coalong) |
51-
| 아이템 21. 인터페이스는 구현하는 쪽을 생각해 설계하라 | [chikeem90](https://github.com/chikeem90) |
52-
| 아이템 22. 인터페이스는 타입을 정의하는 용도로만 사용하라 | [coalong](https://github.com/coalong) |
53-
| 아이템 23. 태그 달린 클래스보다는 클래스 계층구조를 활용하라 | [jinan159](https://github.com/jinan159) |
54-
| 아이템 24. 멤버 클래스는 되도록 static으로 만들라 | [ding_cook](https://github.com/bunsung92) |
55-
| 아이템 25. 톱레벨 클래스는 한 파일에 하나만 담으라 | [Dante](https://github.com/YuDeokRin) |
45+
| [아이템 15. 클래스와 멤버의 접근 권한을 최소화하라](https://github.com/orgs/Study-2-Effective-Java/discussions/41) | [JoisFe](https://github.com/JoisFe) |
46+
| [아이템 16. public 클래스에서는 public 필드가 아닌 접근자 메서드를 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/39) | [bunsung92](https://github.com/bunsung92) |
47+
| [아이템 17. 변경 가능성을 최소화하라](https://github.com/orgs/Study-2-Effective-Java/discussions/37) | [jinan159](https://github.com/jinan159) |
48+
| [아이템 18. 상속보다는 컴포지션을 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/38) | [corock](https://github.com/corock) |
49+
| [아이템 19. 상속을 고려해 설계하고 문서화하라, 그러지 않았다면 상속을 금지하라](https://github.com/orgs/Study-2-Effective-Java/discussions/45) | [chikeem90](https://github.com/chikeem90) |
50+
| [아이템 20. 추상 클래스보다는 인터페이스를 우선하라](https://github.com/orgs/Study-2-Effective-Java/discussions/40) | [coalong](https://github.com/coalong) |
51+
| [아이템 21. 인터페이스는 구현하는 쪽을 생각해 설계하라](https://github.com/orgs/Study-2-Effective-Java/discussions/52) | [chikeem90](https://github.com/chikeem90) |
52+
| [아이템 22. 인터페이스는 타입을 정의하는 용도로만 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/47) | [coalong](https://github.com/coalong) |
53+
| [아이템 23. 태그 달린 클래스보다는 클래스 계층구조를 활용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/53) | [jinan159](https://github.com/jinan159) |
54+
| [아이템 24. 멤버 클래스는 되도록 static으로 만들라](https://github.com/orgs/Study-2-Effective-Java/discussions/48) | [ding_cook](https://github.com/bunsung92) |
55+
| [아이템 25. 톱레벨 클래스는 한 파일에 하나만 담으라](https://github.com/orgs/Study-2-Effective-Java/discussions/51) | [Dante](https://github.com/YuDeokRin) |
5656

5757
## 5️⃣장. 제네릭
5858

0 commit comments

Comments
 (0)