2 comments (2 comments)10 reactions (10 reactions)0 assignees (0 assignees)C++9,275 forks (9,275 forks)batch import
Area-BuildHelp WantedIssue-BugProduct-ConhostProduct-Terminal
Repository metrics
- Stars
- 103,173 stars (103,173 stars)
- PR merge metrics
- Avg merge 27d 19h (Avg merge 27d 19h)24 merged PRs in 30d (24 merged PRs in 30d)
Description
the language standard reserves _Upper and __doubleUnderscore symbols for itself. windows coding standards recognize this as well, all _ prefixes on methods and other things with an upper case second letter should be renamed.
Contributor guide
- Research direction
- Find all identifiers matching the pattern ` [A Z]` in the codebase and rename them according to the project's naming conventions, ensuring no reserved identifiers remain.
- Tech stack
- ccpp
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- GitC++