File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 ) |
7777| [ 아이템 37. ordinal 인덱싱 대신 EnumMap을 사용하라] ( https://github.com/orgs/Study-2-Effective-Java/discussions/96 ) | [ chikeem90] ( https://github.com/chikeem90 ) |
78- | 아이템 38. 확장할 수 있는 열거 타입이 필요하면 인터페이스를 사용하라 | [ coalong] ( https://github.com/coalong ) |
79- | 아이템 39. 명명 패턴보다 애너테이션을 사용하라 | [ chikeem90] ( https://github.com/chikeem90 ) |
80- | 아이템 40. @Override 애너테이션을 일관되게 사용하라 | [ jinan159] ( https://github.com/jinan159 ) |
78+ | [ 아이템 38. 확장할 수 있는 열거 타입이 필요하면 인터페이스를 사용하라] ( https://github.com/orgs/Study-2-Effective-Java/discussions/103 ) | [ coalong] ( https://github.com/coalong ) |
79+ | [ 아이템 39. 명명 패턴보다 애너테이션을 사용하라] ( https://github.com/orgs/Study-2-Effective-Java/discussions/104 ) | [ chikeem90] ( https://github.com/chikeem90 ) |
80+ | [ 아이템 40. @Override 애너테이션을 일관되게 사용하라] ( https://github.com/orgs/Study-2-Effective-Java/discussions/109 ) | [ jinan159] ( https://github.com/jinan159 ) |
8181| 아이템 41. 정의하려는 것이 타입이라면 마커 인터페이스를 사용하라 | [ corock] ( https://github.com/corock ) |
8282
8383## 7️⃣장. 람다와 스트림
8484
8585| 아이템 | 담당자 |
8686| --- | --- |
87- | 아이템 42. 익명 클래스보다는 람다를 사용하라 | [ JoisFe] ( https://github.com/JoisFe ) |
87+ | [ 아이템 42. 익명 클래스보다는 람다를 사용하라] ( https://github.com/orgs/Study-2-Effective-Java/discussions/106 ) | [ JoisFe] ( https://github.com/JoisFe ) |
8888| 아이템 43. 람다보다는 메서드 참조를 사용하라 | [ Dante] ( https://github.com/YuDeokRin ) |
89- | 아이템 44. 표준 함수형 인터페이스를 사용하라 | [ ding_cook] ( https://github.com/bunsung92 ) |
89+ | [ 아이템 44. 표준 함수형 인터페이스를 사용하라] ( https://github.com/orgs/Study-2-Effective-Java/discussions/101 ) | [ ding_cook] ( https://github.com/bunsung92 ) |
You can’t perform that action at this time.
0 commit comments