An open API service indexing awesome lists of open source software.

https://github.com/lurst/design_patterns


https://github.com/lurst/design_patterns

design-patterns notes

Last synced: 2 months ago
JSON representation

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