https://github.com/lurst/design_patterns
https://github.com/lurst/design_patterns
design-patterns notes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lurst/design_patterns
- Owner: LuRsT
- Created: 2018-03-28T14:10:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T19:06:13.000Z (almost 8 years ago)
- Last Synced: 2024-12-25T19:24:49.221Z (about 1 year ago)
- Topics: design-patterns, notes
- Language: Python
- Size: 6.84 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design Patterns
These are my notes regarding the software design patterns that I find. This is
not better than other places on the internet to study design patterns, but this
is mine.
I'll try to add examples to the design patterns.
## Index
### Gang of Four
- [Abstract Factory](GoF/abstract_factory)
- [Adapter](GoF/adapter)
- [Builder](GoF/builder)
- [Factory](GoF/factory)
- [Prototype](GoF/prototype)
- [Singleton](GoF/singleton)
- [Flyweight](GoF/flyweight)
## More sources to learn about Software Design Patterns
- https://en.wikipedia.org/wiki/Design_Patterns
- https://sourcemaking.com/design_patterns
- https://social.msdn.microsoft.com/Forums/en-US/af062e83-3e61-45d4-aeaa-d30b4366c6a2/the-23-gang-of-four-design-patterns-cheat-sheet
- https://www.tutorialspoint.com/design_pattern/index.htm