Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Replace leading underscores #55

Open
awf opened this issue Jul 1, 2019 · 0 comments
Open

Replace leading underscores #55

awf opened this issue Jul 1, 2019 · 0 comments

Comments

@awf
Copy link
Contributor

awf commented Jul 1, 2019

Current convention in our C++ files is to begin member variables with an underscore, which is to the letter of the C++ standard, but frowned upon. https://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier

Workitem: replace struct A { int _a; } with struct A { int m_a; }

@awf awf added the enhancement label Jul 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant