https://github.com/arasgungore/cpp-software-design
C++ Software Design: Design Principles and Patterns for High-Quality Software.
https://github.com/arasgungore/cpp-software-design
cplusplus cplusplus-20 cpp cpp-patterns cpp-programming cpp-programming-language cpp20 design-pattern design-patterns design-patterns-cpp design-principles designpattern designpatterns guidelines patterns principles software-architecture software-design software-design-patterns software-design-principles
Last synced: 16 days ago
JSON representation
C++ Software Design: Design Principles and Patterns for High-Quality Software.
- Host: GitHub
- URL: https://github.com/arasgungore/cpp-software-design
- Owner: arasgungore
- License: mit
- Created: 2024-02-12T07:22:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-13T08:40:45.000Z (over 2 years ago)
- Last Synced: 2025-12-15T01:15:35.668Z (6 months ago)
- Topics: cplusplus, cplusplus-20, cpp, cpp-patterns, cpp-programming, cpp-programming-language, cpp20, design-pattern, design-patterns, design-patterns-cpp, design-principles, designpattern, designpatterns, guidelines, patterns, principles, software-architecture, software-design, software-design-patterns, software-design-principles
- Language: C++
- Homepage: https://www.google.com/books/edition/C++_Software_Design/oPSKEAAAQBAJ
- Size: 4.25 MB
- Stars: 38
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cpp-Software-Design
This repository contains code examples from the book "C++ Software Design: Design Principles and Patterns for High-Quality Software". The book is authored by [Klaus Iglberger](https://github.com/igl42) and provides a comprehensive guide to understanding and implementing design principles and patterns in C++ to create high-quality software.
"C++ Software Design" is a book aimed at software developers who want to improve their understanding of design principles and design patterns in the context of C++ programming. The book covers a wide range of topics, from basic design principles to advanced design patterns, providing practical examples and explanations throughout.
## Design Principles
The book discusses various design principles such as SOLID principles, DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid), YAGNI (You Ain't Gonna Need It), and others. Each principle is explained in detail, with examples demonstrating how to apply them in C++ code.
## Design Patterns
The core of the book revolves around design patterns. It covers classical design patterns such as Visitor, Strategy, Observer, Prototype, Erasure, Singleton, and many more. Each pattern is accompanied by code examples illustrating its implementation in C++.
## Example Applications
The repository includes example applications that demonstrate how to apply the principles and patterns discussed in the book to real-world scenarios. These applications cover various domains and showcase best practices in software design.
## Author
👤 **Aras Güngöre**
- LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)
- GitHub: [@arasgungore](https://github.com/arasgungore)