Skip to content

Commit 839d0cc

Browse files
authored
Update README.md
6장 아이템 디스커션 링크 추가
1 parent ade5cb3 commit 839d0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

profile/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171

7272
| 아이템 | 담당자 |
7373
| --- | --- |
74-
| 아이템 34. int 상수 대신 열거 타입을 사용하라 | [CoRock](https://github.com/corock) |
74+
| [아이템 34. int 상수 대신 열거 타입을 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/97) | [CoRock](https://github.com/corock) |
7575
| [아이템 35. ordinal 메서드 대신 인스턴스 필드를 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/94) | [JoisFe](https://github.com/JoisFe) |
7676
| [아이템 36. 비트 필드 대신 EnumSet을 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/91) | [ding_cook](https://github.com/bunsung92) |
77-
| 아이템 37. ordinal 인덱싱 대신 EnumMap을 사용하라 | [chikeem90](https://github.com/chikeem90) |
77+
| [아이템 37. ordinal 인덱싱 대신 EnumMap을 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/96) | [chikeem90](https://github.com/chikeem90) |
7878
| 아이템 38. 확장할 수 있는 열거 타입이 필요하면 인터페이스를 사용하라 | [coalong](https://github.com/coalong) |

0 commit comments

Comments
 (0)