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 upAdded the prototype pattern and its unit test #763
Conversation
Updated SimpleNoiseTest.java to use the JUnit library mentioned in the development guidelines for this project instead of the JUnit library from "jupiter". Having two jars for the same purpose didn't make sense. |
The prototype pattern is used when the type of objects to create is determined by a prototypical instance, which is cloned to produce new objects.