Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

챕터1 정리 #19

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions 챕터_1/정리.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 승준

- 디자인 패턴 알아보기 쉽다
- 익숙해지면 동작 예측이 수월해질 수 있다
- context가 공급자 패턴이구나

# 준환

- 다른 사람이 자신의 코드를 보면 어떨까 라는 생각을 함
- 디자인 패턴이 뭔지 알기 위해 스터디 하고 있음
- 같이 일하는 사람들이 알아야 쓰기 좋을 것 같다

# 상범

- 어느 한 언어에 국한되지 않는다는 것이 인상깊었다
- 사용하기 적합한 상황이라고 해서 반드시 적용할 필요는 없다

# 승훈

- 좋은 코드 잘 짜야겠다
- 우리 개발 속에 존재하고 있었구나

# 창완

- 패턴을 사용하는 목적이 명확해야 유용하게 사용할 수 있을 것 같다
Loading