update README

This commit is contained in:
Jakub Vojvoda
2016-09-07 09:27:57 +02:00
committed by GitHub
parent d3d1969138
commit d34503477a

View File

@@ -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