We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2940bc2 commit fdb8e78Copy full SHA for fdb8e78
patterns/creational/factory.py
@@ -12,7 +12,7 @@
12
13
*Where can the pattern be used practically?
14
The Factory Method can be seen in the popular web framework Django:
15
-http://web.archive.org/web/http://django.wikispaces.asu.edu/*NEW*+Django+Design+Patterns
+https://shorturl.at/ctMPZ
16
For example, in a contact form of a web page, the subject and the message
17
fields are created using the same form factory (CharField()), even
18
though they have different implementations according to their
0 commit comments