java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Explanation for Collection Pipeline

Open iluwatar opened this issue 2 years ago • 8 comments

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 avatar Oct 29 '22 19:10 iluwatar

@iluwatar, I am interested to work on this issue.Will you assign this to me?

hindu-muppala avatar May 10 '23 05:05 hindu-muppala

@iluwatar ,Can I know should I add about collection pipeline in existing folder, or should I create new folder and add the explanation ?

hindu-muppala avatar Jun 25 '23 02:06 hindu-muppala

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 avatar Jun 25 '23 10:06 iluwatar

@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.

hindu-muppala avatar Jul 10 '23 09:07 hindu-muppala

The class diagram is generated automatically from the code by uml-reverse-mapper plugin

iluwatar avatar Jul 11 '23 10:07 iluwatar

@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?

hindu-muppala avatar Jul 22 '23 13:07 hindu-muppala

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.

iluwatar avatar Jul 23 '23 15:07 iluwatar

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.

stale[bot] avatar Oct 28 '23 07:10 stale[bot]