JuliaData / JuliaData/SplitApplyCombine.jl
Make product(f, xs...) variadic
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 154
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Currently product(f, a, b) only takes two data arguments. It would be convenient if it took more.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the product(f, a, b) entry point and inspect how its current two data arguments are handled. Extend the behavior to accept more data arguments while preserving the existing two-argument case; done means product(f, xs...) works for multiple data inputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100