GOF 디자인 패턴(Catalog of Patterns) What's the Design Pattern? 디자인 패턴은 소프트웨어 설계에서 일반적으로 흔히 발견되는 문제들에 대한 정형화된 해결책이다. 디자인 패턴을 학습한다면, 설계와 구현단계에서 유사한 문제를 만났을 때, 학습한 디자인 패턴 청사진을 커스터마이징하여 손쉽게 해결 가능할 것이다. What does the article of pattern consist Of? Intend - 의도 Cons and Pros - 장단점 [Insight] - 패턴에대한 소고 Skeleton Structure - 기본 구조 Code Example - 학습 예제 코드 / 수도 코드 Let's See the Patterns! Creational Patterns Singleton Factory Method Builder Prototype Abstract Factory Structural Patterns Adapter Bridge Composite Decorator Facade Proxy Flyweight Behavioral Patterns COR Command ...Soon