We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a469f4 + fdb8e78 commit 84fa121Copy full SHA for 84fa121
patterns/creational/factory.py
@@ -12,8 +12,8 @@
12
13
*Where can the pattern be used practically?
14
The Factory Method can be seen in the popular web framework Django:
15
-http://django.wikispaces.asu.edu/*NEW*+Django+Design+Patterns For
16
-example, in a contact form of a web page, the subject and the message
+https://shorturl.at/ctMPZ
+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
19
purposes.
0 commit comments