java-design-patterns
java-design-patterns copied to clipboard
Explanation for Collection Pipeline
In this issue, let's add a proper explanation for the pattern.
Acceptance criteria
- The pattern's README.md has been amended with an explanation
- The explanation consists of
- Real world example
- In plain words
- Wikipedia says
- Programmatic example
@iluwatar, I am interested to work on this issue.Will you assign this to me?
@iluwatar ,Can I know should I add about collection pipeline in existing folder, or should I create new folder and add the explanation ?
We need to provide a better explanation for the pattern in https://github.com/iluwatar/java-design-patterns/blob/master/collection-pipeline/README.md
More info in https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute
Check out the other patterns for good examples
@iluwatar ,is there any guide related to the symbols used in the class diagram. So, that I can understand the classes better. At present, I felt difficulty when I am implementing the class diagram as example.
The class diagram is generated automatically from the code by uml-reverse-mapper plugin
@iluwatar ,I notice the example suite to class diagram in the Collection Pipeline repo. I have a doubt ,should I include the example in the repo or I should create another example?
Ah, I see there is a class diagram generated with another plugin. I don't mind if you want to use the existing class diagram or generate a new one with uml-reverse-mapper. Both alternatives work.
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions.