-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package-info.java:29-43: The behaviours of the classes of... #1242
Comments
@paulodamaso/z please, pay attention to this issue |
Job #1242 is now in scope, role is |
@paulodamaso can we have some guidance here? The todo explicitly asks about your opinion :) |
@0crat wait for ARC |
@victornoel The impediment for #1242 was registered successfully by @victornoel/z |
@victornoel I think that now that we have |
@paulodamaso the question is not so much about making I think the source of this problem, is always the same thing that I talked about in other comments:
I think we should rely only on
new Filtered(s -> s.contains("a"), new ListOf("aa", "ab", "bc")).forEach(System.out::println);
List myList = new ListOf(new Filtered(s -> s.contains("a"), new ListOf("aa", "ab", "bc")));
|
@victornoel I think that finally I understood the problem. I really see no point in having a lot of
WDYT? |
@paulodamaso cool :) About: public final class Filtered extends ListEnvelope {
public Filtered(Predicate filter, List origin) {
super(new ListOf(new Filtered(filter, origin)));
}
} If yes, then I think it's coherent with the rest so I wouldn't be complaining about it ;) |
@victornoel Just clearing 5. , maybe I got it wrong. I was thinking in removing all decorations for So, summarizing:
Anything to add? |
@paulodamaso great, that seem cool. So basically the present issue could start by making Once this is done we can then remove all those Actually I think And then do the same for |
@paulodamaso WDYT? |
@victornoel I think we're good, let's follow your suggestions |
@victornoel Job #1242 is already on hold |
@paulodamaso I did the work in #1290, don't hesitate to double check already to see if I incorrectly approached this for some points discussed above :) |
@sereshqua/z please review this job completed by @victornoel/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
@0crat quality good |
Quality review completed: +4 point(s) just awarded to @sereshqua/z |
Order was finished, quality is "good": +35 point(s) just awarded to @victornoel/z |
The puzzle
1184-56133cf3
from #1184 has to be resolved:cactoos/src/main/java/org/cactoos/collection/package-info.java
Lines 29 to 43 in 95f5a04
The puzzle was created by Victor Noël on 02-Nov-19.
Estimate: 30 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered: