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