microsoft/Terminal

coding standards issue, _Upper should be banned

Open

#721 opened on May 12, 2019

 (2 comments) (10 reactions) (0 assignees)C++ (9,275 forks)batch import
Area-BuildHelp WantedIssue-BugProduct-ConhostProduct-Terminal

Repository metrics

Stars
 (103,173 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