isocpp / isocpp/CppCoreGuidelines

I.2: Avoid non-const global variables

Open
#2,134 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
CSS
Stars
45.3k
Forks
5.6k
PR merge metrics
No merged PRs in 30d

Description

I.2 has the following:

"Alternative: If you use global (more generally namespace scope) data to avoid copying, consider passing the data as an object by reference to const. "

I marked part in bold italic. I suggest amending it to read:

"Alternative: If you use global (more generally namespace scope) data to avoid copying, consider passing the data as a const reference to an object. "

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate guideline I.2 in the C++ Core Guidelines and review the sentence quoted in the issue. Update the wording to the proposed “a const reference to an object” phrasing if it remains appropriate, then verify the surrounding guideline text remains consistent.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.