From b964e0bed15d2d4b24a994fe1641e449eb28e3e7 Mon Sep 17 00:00:00 2001 From: Jakub Vojvoda Date: Fri, 9 Sep 2016 20:01:49 +0200 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc6556f..9d8a071 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ objects). - [Prototype], class of object that is instantiated - [Singleton], the sole instance of a class - Structural Patterns - - [Adapter], todo - - [Bridge], todo - - [Composite], todo - - [Decorator], todo + - [Adapter], interface to an object + - [Bridge], implementation of an object + - [Composite], structure and composition of an object + - [Decorator], responsibilities of an object without subclassing - [Façade], todo - [Flyweight], todo - [Proxy], todo