From a44c3c80ab038101e46fd3b5ec968f210679b21a Mon Sep 17 00:00:00 2001 From: Piotr Grabski-Gradzinski Date: Sat, 1 Jul 2017 12:14:07 +0200 Subject: [PATCH] [pl translation] Creational/SimpleFactory sorce fix. --- Creational/SimpleFactory/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Creational/SimpleFactory/README.rst b/Creational/SimpleFactory/README.rst index 3ef9f0e..147bd57 100644 --- a/Creational/SimpleFactory/README.rst +++ b/Creational/SimpleFactory/README.rst @@ -7,7 +7,9 @@ Purpose SimpleFactory is a simple factory pattern. It differs from the static factory because it is not static. + Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock it. + It always should be preferred over a static factory! UML Diagram