Tagged articles
14 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 15, 2024 · Frontend Development

Front‑End Design Patterns in JavaScript: Creational, Structural, and Behavioral

This article introduces front‑end design patterns, explains the three main categories—creational, structural, and behavioral—lists ten common JavaScript patterns, and provides clear explanations and runnable code examples for each pattern to improve code readability, maintainability, and scalability.

BehavioralCreationalSoftware Architecture
0 likes · 16 min read
Front‑End Design Patterns in JavaScript: Creational, Structural, and Behavioral
DaTaobao Tech
DaTaobao Tech
Jul 17, 2023 · Fundamentals

Comprehensive Overview of 23 Design Patterns with Examples and Code

This article provides a systematic, example‑driven guide to all 23 classic design patterns—covering creational, structural, and behavioral types—explaining their intent, real‑world analogies, benefits, and offering clear diagrams and runnable code snippets to illustrate each pattern in practice.

BehavioralCode ExamplesCreational
0 likes · 40 min read
Comprehensive Overview of 23 Design Patterns with Examples and Code
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Feb 27, 2022 · Fundamentals

Comprehensive Overview of 23 Java Design Patterns

This article provides a detailed English summary of 23 Java design patterns—including their purposes, core principles, classification into creational, structural, and behavioral groups, definitions, typical use‑cases, and visual diagrams—helping developers understand how to write reusable, readable, extensible, and reliable code.

BehavioralCreationalDesign Patterns
0 likes · 17 min read
Comprehensive Overview of 23 Java Design Patterns
IT Architects Alliance
IT Architects Alliance
Aug 15, 2021 · Fundamentals

Comprehensive Guide to Design Patterns with Java Examples

This article provides a thorough introduction to classic software design patterns—including creational, structural, and behavioral patterns—explaining their principles, illustrating each with clear Java code examples, and offering practical insights on when and how to apply them effectively in development.

BehavioralCreationalSoftware Architecture
0 likes · 41 min read
Comprehensive Guide to Design Patterns with Java Examples
IT Architects Alliance
IT Architects Alliance
Jun 8, 2021 · Fundamentals

23 Design Patterns Explained with Humorous Real‑World Analogies

This article classifies 23 classic design patterns into creational, structural, and behavioral groups, then details each pattern—such as Factory Method, Builder, Adapter, Observer, and Strategy—using playful dating scenarios to illustrate their intent, structure, and typical usage.

BehavioralCreationalDesign Patterns
0 likes · 19 min read
23 Design Patterns Explained with Humorous Real‑World Analogies
Liangxu Linux
Liangxu Linux
Apr 21, 2021 · Fundamentals

What Do Design Patterns Really Mean? A Playful Guide to 23 Patterns

The article humorously explains 23 classic software design patterns—ranging from creational to behavioral—using everyday dating scenarios to illustrate each pattern's intent, structure, and typical usage, making the concepts easy to grasp for developers.

BehavioralCreationalDesign Patterns
0 likes · 23 min read
What Do Design Patterns Really Mean? A Playful Guide to 23 Patterns
JavaEdge
JavaEdge
Oct 4, 2020 · Fundamentals

When Objects Change Behavior: Mastering the State Design Pattern

The State pattern lets an object alter its behavior when its internal state changes, by encapsulating state-specific logic in separate classes and delegating behavior through a context, improving maintainability and flexibility in object-oriented systems.

BehavioralDesign PatternsState Pattern
0 likes · 10 min read
When Objects Change Behavior: Mastering the State Design Pattern
Senior Brother's Insights
Senior Brother's Insights
Apr 6, 2020 · Fundamentals

Master 23 Essential Design Patterns: From Creational to Behavioral

This comprehensive guide explores 23 classic software design patterns, detailing their purpose, problem solved, structure, real‑world examples, advantages, drawbacks, and best‑practice usage across creational, structural, and behavioral categories, complete with clear explanations and PHP code snippets for practical implementation.

BehavioralCreationalStructural
0 likes · 53 min read
Master 23 Essential Design Patterns: From Creational to Behavioral
Architecture Digest
Architecture Digest
May 20, 2019 · Fundamentals

Comprehensive Introduction to Design Patterns (45 Types) and Their Principles

This article provides an extensive overview of software design patterns, categorizing 45 patterns into Creational, Structural, and Behavioral groups, describing their intent, applicability, advantages, drawbacks, and offering concrete code examples for several patterns such as Factory, Singleton, Builder, and Proxy.

BehavioralCreationalStructural
0 likes · 61 min read
Comprehensive Introduction to Design Patterns (45 Types) and Their Principles
Qunar Tech Salon
Qunar Tech Salon
Oct 9, 2015 · Fundamentals

Overview of Creational, Structural, and Behavioral Design Patterns

This article presents a comprehensive overview of classic software design patterns, categorizing them into Creational, Structural, and Behavioral groups, and detailing each pattern’s intent, applicability, and typical use cases, accompanied by illustrative diagrams to aid understanding.

BehavioralCreationalSoftware Architecture
0 likes · 19 min read
Overview of Creational, Structural, and Behavioral Design Patterns