Files
cpp-design-patterns-for-humans/README.md
2019-04-27 19:22:08 -04:00

21 lines
757 B
Markdown

![C++ Design Patterns for Humans](https://user-images.githubusercontent.com/20260845/56855972-fb720600-691e-11e9-9efc-4755d6b4cb5b.png)
***
<p align="center">
🎉 Ultra-simplified explanation to design patterns! 🎉
</p>
<p align="center">
A topic that can easily make anyone's mind wobble. Here I try to make them stick
in to your mind (and maybe mine) by explaining them in the <i>simplest</i> way
possible.
</p>
<p align="center">
This work, "C++ Design Patterns for Humans, is a derivative of
<a href="https://github.com/kamranahmedse/design-patterns-for-humans">
"Design Patterns for Humans"</a> by <a href="https://github.com/kamranahmedse">
"kamranahmedse", used under
<a href=https://creativecommons.org/licenses/by/4.0/">"CC BY 4.0".
</p>
***