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

Design Pattern 정리 | Seha's Devlog #95

Open
sehajyang opened this issue Aug 9, 2019 · 0 comments
Open

Design Pattern 정리 | Seha's Devlog #95

sehajyang opened this issue Aug 9, 2019 · 0 comments

Comments

@sehajyang
Copy link
Owner

https://sehajyang.github.io/2018/08/19/2018-08-19-design-pattern/

디자인 원칙(SOLID) Open-Closed-Principle(개방 폐쇄 원칙) 클래스는 확장에 대해서는 열려있어야하지만, 코드변경에 대해서는 닫혀있어야한다. Dependency-Inversion-Principle(의존성 뒤집기 원칙) 추상화된것에 의존하게 만들어야한다. 구상클래스에 의존하도록 만들지 않도록 한다. 어떤 변수에도 구상클래스에 대한

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant