mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-16 20:37:05 +03:00
update README
This commit is contained in:
@@ -12,14 +12,14 @@ objects).
|
||||
- [Abstract Factory], families of product objects
|
||||
- [Builder], how a composite object gets created
|
||||
- [Factory Method], subclass of object that is instantiated
|
||||
- [Prototype], class of object that is instantiated
|
||||
- [Singleton], the sole instance of a class
|
||||
- [Prototype], todo
|
||||
- [Singleton], todo
|
||||
- Structural Patterns
|
||||
- [Adapter], todo
|
||||
- [Bridge], todo
|
||||
- [Composite], todo
|
||||
- [Decorator], todo
|
||||
- [Fa<EFBFBD>ade], todo
|
||||
- [Façade], todo
|
||||
- [Flyweight], todo
|
||||
- [Proxy], todo
|
||||
- Behavioral Patterns
|
||||
@@ -66,7 +66,7 @@ Design patterns in this repository are based on
|
||||
[Bridge]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/bridge
|
||||
[Composite]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/composite
|
||||
[Decorator]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/decorator
|
||||
[Fa<EFBFBD>ade]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/facade
|
||||
[Façade]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/facade
|
||||
[Flyweight]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/flyweight
|
||||
[Proxy]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/proxy
|
||||
[Chain of Responsibility]: https://github.com/JakubVojvoda/design-patterns-cpp/tree/master/chain-of-responsibility
|
||||
|
||||
Reference in New Issue
Block a user