We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7181328 commit 6f92dd3Copy full SHA for 6f92dd3
profile/README.md
@@ -18,7 +18,7 @@
18
19
| 아이템 | 담당자 |
20
| --- | --- |
21
-| 아이템 1. 생성자 대신 정적 팩터리 메서드를 고려하라 | [bunsung92](https://github.com/bunsung92) |
+| [아이템 1. 생성자 대신 정적 팩터리 메서드를 고려하라](https://github.com/orgs/Study-2-Effective-Java/discussions/17) | [bunsung92](https://github.com/bunsung92) |
22
| 아이템 2. 생성자에 매개변수가 많다면 빌더를 고려하라 | [YuDeokRin](https://github.com/YuDeokRin) |
23
| 아이템 3. private 생성자나 열거 타입으로 싱글턴임을 보증하라 | [jinan159](https://github.com/jinan159) |
24
| 아이템 4. 인스턴스화를 막으려거든 private 생성자를 사용하라 | [JoisFe](https://github.com/JoisFe) |
0 commit comments