We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6894862 commit 205b87cCopy full SHA for 205b87c
prototype/README.md
@@ -10,10 +10,13 @@ tags:
10
---
11
12
## Intent
13
-Specify the kinds of objects to create using a prototypical
14
-instance, and create new objects by copying this prototype.
+Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.
15
16
## Explanation
+
17
+First it should be noted that Prototype pattern is not used to gain performance benefits. It's only used for creating
18
+new objects from prototype instance.
19
20
Real world example
21
22
> Remember Dolly? The sheep that was cloned! Lets not get into the details but the key point here is that it is all about cloning.
0 commit comments