An open API service providing repository metadata for many open source software ecosystems.

GitHub / Design-pattrns / Prototype-Pattern

Prototype pattern is one of the Creational Design pattern, so it provides a mechanism of object creation. Prototype pattern is used when the Object creation is a costly affair and requires a lot of time and resources and you have a similar object already existing. So this pattern provides a mechanism to copy the original object to a new object and then modify it according to our needs. This pattern uses Java cloning to copy the object.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Design-pattrns%2FPrototype-Pattern

Stars: 2
Forks: 0
Open issues: 0

License: None
Language: Java
Size: 152 KB
Dependencies parsed at: Pending

Created at: over 6 years ago
Updated at: over 1 year ago
Pushed at: over 6 years ago
Last synced at: over 1 year ago

Topics: design, designpatterns, pattern, patterns, prototype, prototype-pattern

    Loading...