Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6756012

Browse files
Update README.md
1 parent 3341e6f commit 6756012

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

‎README.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# Effective-Java
1+
# 이펙티브 자바 스터디 📝
2+
3+
해당 저장소는 이펙티브 자바 스터디 커뮤니티 입니다. 구성원들은 매주 각장의 아이템을 맡게 됩니다.
4+
해당 아이템을 맡은 인원이 정리한 뒤 커뮤니티의 카테고리에 정리 내용을 게시하면 댓글을 통해 질의 응답을 합니다.
5+
6+
## 참고 링크 🔗
7+
8+
- [스터디 운영 방식](https://github.com/Study-2-Effective-Java/Effective-Java/discussions/1)
9+
- [이펙티브자바 공식 Github](https://github.com/WegraLee/effective-java-3e-source-code)
10+
- [이펙티브자바 3판 번역 용어 설명](https://docs.google.com/document/d/1Nw-_FJKre9x7Uy6DZ0NuAFyYUCjBPCpINxqrP0JFuXk/edit)
11+
12+
## 2장. 객체 생성과 파괴
13+
14+
| 아이템 | 정리자료 |
15+
| --- | --- |
16+
| 아이템 1. 생성자 대신 정적 팩터리 메서드를 고려하라 |[lima1016](https://github.com/lima1016) |
17+
| 아이템 2. 생성자에 매개변수가 많다면 빌더를 고려하라 | [Dante](https://github.com/YuDeokRin) |
18+
| 아이템 3. private 생성자나 열거 타입으로 싱글턴임을 보증하라 | [jinan159](https://github.com/jinan159) |
19+
| 아이템 4. 인스턴스화를 막으려거든 private 생성자를 사용하라 | [JoisFe](https://github.com/JoisFe) |
20+
| 아이템 5. 자원을 직접 명시하지 말고 의존 객체 주입을 사용하라 | [ding_cook](https://github.com/bunsung92) |
21+
| 아이템 6. 불필요한 객체 생성을 피하라 | [chikeem90](https://github.com/chikeem90) |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /