-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CC: C++ Core Guidelines #2110
Comments
NOTE: There is currently only 6 open PRs out of a total of 1022 closed (i.e. closed with or without merging), so they are doing a pretty good job on saying on top of suggestions. |
@betterscientificsoftware/bssw-editorial-board, unless there is an objection, I would rather write this CC article then the one in #2106. And it is more timely given the debates going on about safe C++ vs. Rust. |
FYI: I just posted the PR for this at: Hopefully this should be in pretty good shape and not need much editing to publish. |
CC article C++ Core Guidelines (#2110)
I just ran across the page "C++ Core Guidelines":
This is a collaborative and living effort to capture C++ core usage suggestions.
It looks like it it being lead by Bjarne Stroustrup and Herb Sutter as the main "editors" (well known and respected names in the C++ community). This is a single Github Pages webpage that currently prints out to 693 pages of a PDF file! The source Git repo is:
which currently contains 2,152 commits (going back to 2016), 5.4K forks, 2k watchers, 41.9k stars, 332 contributors (hsutter 278 commits, tkruse 168 commits, BjarneStroupstrup 148 commits, …), and 803 merged PRs.
So this is a major effort to capture the C++ communities best practices, for each updated version of the C++ standard.
The text was updated successfully, but these errors were encountered: