generated quickstarts shoudl use const& when iterating through lists
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 68/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- cpp
- Domain
- developer-experience
Research direction
Locate the generator or templates that produce the quickstarts, then search for loops matching for (auto e : ListFoo()). Update the generated iteration pattern consistently and run the repository's relevant generation or validation checks; done means generated quickstarts use auto const& for list elements.
Written by the indexing model from the issue text.
Description
Instead of for (auto e : ListFoo()) use for (auto const& e : ListFoo()).
- Dominant language
- C++
- Stars
- 659
- Forks
- 463
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
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.
More from googleapis/google-cloud-cpp
-
type: feature request
Difficulty 2/5 1-3 hours Newbie friendliness 73/100
googleapis/google-cloud-cpp#16193 ·
-
api: storage type: cleanup
Difficulty 3/5 1-2 days Newbie friendliness 48/100
googleapis/google-cloud-cpp#16413 ·
-
api: storage type: cleanup
Difficulty 3/5 1-2 days Newbie friendliness 68/100
googleapis/google-cloud-cpp#16404 ·
-
googleapis/google-cloud-cpp#16371 · 1 comment · 1 assignee ·
-
type: cleanup
Difficulty 3/5 1-2 days Newbie friendliness 55/100
googleapis/google-cloud-cpp#16304 ·
All issues in googleapis/google-cloud-cpp
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·