Skip to content

Commit b633149

Browse files
authored
Update README.md
새로운 디스커션 아이템 추가
1 parent 839d0cc commit b633149

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

profile/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,14 @@
7676
| [아이템 36. 비트 필드 대신 EnumSet을 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/91) | [ding_cook](https://github.com/bunsung92) |
7777
| [아이템 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) |
79+
| 아이템 39. 명명 패턴보다 애너테이션을 사용하라 | [chikeem90](https://github.com/chikeem90) |
80+
| 아이템 40. @Override 애너테이션을 일관되게 사용하라 | [jinan159](https://github.com/jinan159) |
81+
| 아이템 41. 정의하려는 것이 타입이라면 마커 인터페이스를 사용하라 | [corock](https://github.com/corock) |
82+
83+
## 7️⃣장. 람다와 스트림
84+
85+
| 아이템 | 담당자 |
86+
| --- | --- |
87+
| 아이템 42. 익명 클래스보다는 람다를 사용하라 | [JoisFe](https://github.com/JoisFe) |
88+
| 아이템 43. 람다보다는 메서드 참조를 사용하라 | [Dante](https://github.com/YuDeokRin) |
89+
| 아이템 44. 표준 함수형 인터페이스를 사용하라 | [ding_cook](https://github.com/bunsung92) |

0 commit comments

Comments
 (0)