Skip to content

Commit c3ad9e5

Browse files
authored
Update README.md
1 parent 888a56d commit c3ad9e5

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

profile/README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
| 아이템 | 담당자 |
9999
| --- | --- |
100100
| [아이템 42. 익명 클래스보다는 람다를 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/106) | [JoisFe](https://github.com/JoisFe) |
101-
| 아이템 43. 람다보다는 메서드 참조를 사용하라 | [Dante](https://github.com/YuDeokRin) |
101+
| [아이템 43. 람다보다는 메서드 참조를 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/132) | [Dante](https://github.com/YuDeokRin) |
102102
| [아이템 44. 표준 함수형 인터페이스를 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/101) | [ding_cook](https://github.com/bunsung92) |
103103
| [아이템 45. 스트림은 주의해서 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/116) | [JoisFe](https://github.com/JoisFe) |
104104
| [아이템 46. 스트림에서는 부작용 없는 함수를 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/119) | [jinan159](https://github.com/jinan159) |
@@ -110,7 +110,18 @@
110110
| 아이템 | 담당자 |
111111
| --- | --- |
112112
| [아이템 49. 매개변수가 유효한지 검사하라](https://github.com/orgs/Study-2-Effective-Java/discussions/114) | [ding_cook](https://github.com/bunsung92) |
113-
| 아이템 50. 적시에 방어적 복사본을 만들라 | [chikeem90](https://github.com/chikeem90)|
114-
| 아이템 51. 메서드 시그니처를 신중히 설계하라 | [jinan159](https://github.com/jinan159) |
115-
| 아이템 52. 다중정의는 신중히 사용하라 | [JoisFe](https://github.com/JoisFe) |
116-
| 아이템 53. 가변인수는 신중히 사용하라 | [ding_cook](https://github.com/bunsung92) |
113+
| [아이템 50. 적시에 방어적 복사본을 만들라](https://github.com/orgs/Study-2-Effective-Java/discussions/126) | [chikeem90](https://github.com/chikeem90)|
114+
| [아이템 51. 메서드 시그니처를 신중히 설계하라](https://github.com/orgs/Study-2-Effective-Java/discussions/131) | [jinan159](https://github.com/jinan159) |
115+
| [아이템 52. 다중정의는 신중히 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/128) | [JoisFe](https://github.com/JoisFe) |
116+
| [아이템 53. 가변인수는 신중히 사용하라](https://github.com/orgs/Study-2-Effective-Java/discussions/124) | [ding_cook](https://github.com/bunsung92) |
117+
| 아이템 54. null이 아닌 빈 컬렉션이나 배열을 반환하라 | [ding_cook](https://github.com/bunsung92) |
118+
| 아이템 55. 옵셔널 반환은 신중히 하라 | [jinan159](https://github.com/jinan159) |
119+
| 아이템 56. 공개된 API 요소에는 항상 문서화 주석을 작성하라 | [Corock](https://github.com/corock) |
120+
121+
## 9️⃣장 일반적인 프로그래밍 원칙
122+
123+
| 아이템 | 담당자 |
124+
| --- | --- |
125+
| 아이템 57. 지역변수의 범위를 최소화하라 | [coalong](https://github.com/coalong) |
126+
| 아이템 58. 전통적인 for 문보다는 for-each 문을 사용하라 | [Dante](https://github.com/YuDeokRin) |
127+
| 아이템 59. 라이브러리를 익히고 사용하라 | [Joisfe](https://github.com/JoisFe) |

0 commit comments

Comments
 (0)