You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
디자인 원칙(SOLID) Open-Closed-Principle(개방 폐쇄 원칙) 클래스는 확장에 대해서는 열려있어야하지만, 코드변경에 대해서는 닫혀있어야한다. Dependency-Inversion-Principle(의존성 뒤집기 원칙) 추상화된것에 의존하게 만들어야한다. 구상클래스에 의존하도록 만들지 않도록 한다. 어떤 변수에도 구상클래스에 대한
The text was updated successfully, but these errors were encountered:
https://sehajyang.github.io/2018/08/19/2018-08-19-design-pattern/
디자인 원칙(SOLID) Open-Closed-Principle(개방 폐쇄 원칙) 클래스는 확장에 대해서는 열려있어야하지만, 코드변경에 대해서는 닫혀있어야한다. Dependency-Inversion-Principle(의존성 뒤집기 원칙) 추상화된것에 의존하게 만들어야한다. 구상클래스에 의존하도록 만들지 않도록 한다. 어떤 변수에도 구상클래스에 대한
The text was updated successfully, but these errors were encountered: