[pl translation] Creational/SimpleFactory sorce fix.

This commit is contained in:
Piotr Grabski-Gradzinski
2017-07-01 12:14:07 +02:00
parent e231157c22
commit a44c3c80ab

View File

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