Shalom Craimer
Results
1
comments of
Shalom Craimer
You could grep for the titles in the markdown document. Here's a one-liner that greps for "override": curl https://github.com/isocpp/CppCoreGuidelines/raw/master/CppCoreGuidelines.md -sL | grep -ie '###.*override' As of this writing, it returns...