JakubVojvoda/design-patterns-cpp resource
C++ Design Patterns observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3650
- days_rel: n/a
- days_push: 843
- n_releases_24m: 0
Adoption not part of the score
4548 stars · 969 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A collection of classic Gang of Four design pattern implementations in C++, covering creational, structural, and behavioral patterns. Each pattern is provided as a small, self-contained example intended for learning object-oriented design.
Use cases
- learn design patterns in c++
- see example implementations of the singleton pattern
- study gang of four patterns with code
- reference for observer and strategy pattern implementations
- prepare for software design interviews
- understand creational vs structural vs behavioral patterns
When to choose
- you want concise, minimal C++ examples of each classic design pattern
- you are learning or teaching object-oriented design
- you need a quick reference implementation while reading design pattern books
When to avoid
- you need production-ready, thread-safe, or idiomatic modern C++ pattern implementations
- you want a library to import and use patterns directly in your project
- you need patterns beyond the classic GoF set
Facets
learning-resource · maturity stable
developer-tools programming-languages tutorials developer-tools cpp cross-platform design-patterns object-oriented gang-of-four creational-patterns structural-patterns behavioral-patterns educational
1 source
- readme: https://github.com/JakubVojvoda/design-patterns-cpp · fetched 2026-08-28 · 85b0e48b4897
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JakubVojvoda/design-patterns-cpp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="JakubVojvoda/design-patterns-cpp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem