Tag

GoF

1 views collected around this technical thread.

Youzan Coder
Youzan Coder
Aug 19, 2020 · Fundamentals

Understanding Design Patterns: Origins, Misconceptions, and Effective Learning

The article traces design patterns from Alexander’s 1977 architectural ideas through the GoF’s 1994 catalog, debunks myths that they’re obsolete for simple CRUD, shows their essential role in extensible frameworks and complex SaaS systems, and advises learning them by matching each pattern to the specific problem it solves while grounding them in core OOP concepts and the seven SOLID‑type design principles.

Design PatternsGoFOOP principles
0 likes · 12 min read
Understanding Design Patterns: Origins, Misconceptions, and Effective Learning
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Aug 3, 2020 · Fundamentals

An Introduction to the GoF Design Patterns: Creational, Structural, and Behavioral

This article introduces the seminal GoF design pattern book, explaining its three main categories—creational, structural, and behavioral patterns—along with examples and links to further readings, aiming to build a comprehensive understanding of software design fundamentals.

Design PatternsFundamentalsGoF
0 likes · 3 min read
An Introduction to the GoF Design Patterns: Creational, Structural, and Behavioral