CppCoreGuidelines.md: fixes broken links.

Some links had trailing quote marks, and the 'BDE' link was broken because the
location had changed.
This commit is contained in:
Masud Rahman 2015-09-24 19:10:01 -04:00 committed by Masud Rahman
parent fbf561b4d8
commit bd026d26a7

View File

@ -10733,14 +10733,14 @@ Reference sections:
<a name="SS-rules"></a>
## RF.rules: Coding rules
* [Boost Library Requirements and Guidelines](http://www.boost.org/development/requirements.html").
* [Boost Library Requirements and Guidelines](http://www.boost.org/development/requirements.html).
???.
* [Bloomberg: BDE C++ Coding](https://raw.githubusercontent.com/wiki/bloomberg/bde/bdestds.pdf").
* [Bloomberg: BDE C++ Coding](https://github.com/bloomberg/bde/wiki/CodingStandards.pdf).
Has a stong emphasis on code organization and layout.
* Facebook: ???
* [GCC Coding Conventions](https://gcc.gnu.org/codingconventions.html).
C++03 and (reasonably) a bit backwards looking.
* [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html").
* [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.html).
Too timid and reflects its 1990s origins.
[A critique from 2014](https://www.linkedin.com/pulse/20140503193653-3046051-why-google-style-guide-for-c-is-a-deal-breaker).
Google are busy updating their code base and we don't know how accurately the posted guideline reflects their actual code.