Skip to content

Commit 5454ee7

Browse files
Revert "[pl translation] Creational/SimpleFactory sorce fix."
This reverts commit a44c3c8.
1 parent a44c3c8 commit 5454ee7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Creational/SimpleFactory/README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Purpose
77
SimpleFactory is a simple factory pattern.
88

99
It differs from the static factory because it is not static.
10-
1110
Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock it.
12-
1311
It always should be preferred over a static factory!
1412

1513
UML Diagram

0 commit comments

Comments
 (0)