Fold serac::tuple into camp::tuple
Open
Nobody has claimed this yet.
CS
enhancement
- Dominant language
- C++
- Stars
- 245
- Forks
- 36
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 4
Description
camp::tuple provides greater flexibility (not a limit on the number of tuple elements) and also reduces code duplication and maintenance burden.
Contributor guide
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 by locating the definitions and usages of serac::tuple and camp::tuple in the Smith codebase, then compare their interfaces and current call sites. Done means serac::tuple has been folded into camp::tuple, with the stated flexibility preserved and duplicated implementation and maintenance burden removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100