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

[우창완] 챕터 7: 자바스크립트 디자인 패턴 (3/3) #67

Merged
merged 3 commits into from
Nov 17, 2024

Conversation

WooWan
Copy link
Contributor

@WooWan WooWan commented Nov 12, 2024

이번 챕터에서 결합도 관련한 패턴이 많았는데 결합도 관련해서 재밌게 읽은 글 남깁니다!
https://maxkim-j.github.io/posts/coupling

Copy link
Contributor

@sangbooom sangbooom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻👍🏻👍🏻

Comment on lines +367 to +369
책의 예시는 실질적으로 결합도를 낮추지 못한다. 불필요한 추상화

-> `buyVehicle` 이 `buyCar` 로 변경되면 execute('buyCar')도 함께 변경되어야 한다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

생각지도 못했던 포인트를 캐치하셨네요 👍🏻 예시가 적절하지 않았던거 같아요

-> `buyVehicle` 이 `buyCar` 로 변경되면 execute('buyCar')도 함께 변경되어야 한다.

결합도 관련해서 재밌게 읽은 글 남깁니다!
https://maxkim-j.github.io/posts/coupling
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋은 아티클 공유 감삼다 👍🏻

Copy link
Member

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍 👍 👍

@WooWan WooWan merged commit f081052 into main Nov 17, 2024
1 check passed
@WooWan WooWan deleted the 7-3/우창완 branch November 17, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants