-
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
Let's remove non-decorator from list package #1413
Comments
@0crat in |
@0crat assign @fabriciofx |
@fabriciofx I'm starting to assign manually because if not 0crat always assign latest issues and I would like to advance on those. I hope it's ok with you :) no rush anyway |
@victornoel right, no problem! :) |
@victornoel The job #1413 assigned to @fabriciofx/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this; there will be no monetary reward for this job |
@victornoel How about |
@fabriciofx yes, we should keep it because its functionality cannot be provided just by delegating to one of the iterable decorator. |
@victornoel right! Thanks! |
@victornoel Can you close this issue too? |
@fabriciofx yep, thx! |
@sereshqua/z please review this job completed by @fabriciofx/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 |
In cactoos' collections classes, there is one one side iterable/iterator that provide iteration on collections of data, and on the other side the packages
list
,set
,map
andcollection
that concerns stateful data containers aka collections.The current direction of Cactoos is to provide the maximum of functionality concerning iterable/iterator, and just the basic functionality concerning collections.
Let's remove from the
list
package the following classes:Sorted
,Shuffled
,Mapped
.Note that
Joined
will be transformed to a real lazy decorator in #1254. themap
package will be taken care of via #1384, theset
package is already ok and thecollection
package is just missing #1261.The text was updated successfully, but these errors were encountered: