Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[question] does prototype pattern have necessary to be exist in python patterns? #324
Comments
|
I agree. Also couple of interesting thoughts here: |
|
I also agree. Feel free to add a pull request that replaces the current code with a |
|
@faif in any case, shouldn't the existing example be using copy.deepcopy() in the clone method? |
|
@crypdick If there are no behaviour differences yes |
i can use copy.deepcopy() to copy a object in python,
does prototype pattern have necessary to be exist in python patterns?