-
Notifications
You must be signed in to change notification settings - Fork 0
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
The head ref may contain hidden characters: "7-3/\uC6B0\uCC3D\uC644"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻👍🏻👍🏻
책의 예시는 실질적으로 결합도를 낮추지 못한다. 불필요한 추상화 | ||
|
||
-> `buyVehicle` 이 `buyCar` 로 변경되면 execute('buyCar')도 함께 변경되어야 한다. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋은 아티클 공유 감삼다 👍🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍 👍 👍
이번 챕터에서 결합도 관련한 패턴이 많았는데 결합도 관련해서 재밌게 읽은 글 남깁니다!
https://maxkim-j.github.io/posts/coupling