microsoft/Terminal

coding standards issue, _Upper should be banned

Open

#721 opened on May 12, 2019

View on GitHub
 (2 comments) (10 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-BuildHelp WantedIssue-BugProduct-ConhostProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (Avg merge 27d 19h) (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