diff options
| author | Stefan Boberg <[email protected]> | 2022-04-05 17:22:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-05 17:22:17 +0200 |
| commit | 9e0e00a9501d2b1e93a4237f313e3a955ccc2152 (patch) | |
| tree | 0dc7e8b2e8b140925125d023d8411262db627274 /docs/cpp-coding/01-Preface.md | |
| parent | Update README.md (diff) | |
| download | zen-9e0e00a9501d2b1e93a4237f313e3a955ccc2152.tar.xz zen-9e0e00a9501d2b1e93a4237f313e3a955ccc2152.zip | |
Delete docs directory
Diffstat (limited to 'docs/cpp-coding/01-Preface.md')
| -rw-r--r-- | docs/cpp-coding/01-Preface.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/cpp-coding/01-Preface.md b/docs/cpp-coding/01-Preface.md deleted file mode 100644 index fac2b8109..000000000 --- a/docs/cpp-coding/01-Preface.md +++ /dev/null @@ -1,16 +0,0 @@ -# Preface - -C++ Best Practices: A Forkable Coding Standards Document - -This document is meant to be a collaborative discussion of the best practices in C++. It complements books such as *Effective C++* (Meyers) and *C++ Coding Standards* (Alexandrescu, Sutter). We fill in some of the lower level details that they don't discuss and provide specific stylistic recommendations while also discussing how to ensure overall code quality. - -In all cases brevity and succinctness is preferred. Examples are preferred for making the case for why one option is preferred over another. If necessary, words will be used. - - -<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">C++ Best Practices</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://cppbestpractices.com" property="cc:attributionName" rel="cc:attributionURL">Jason Turner</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>. - -*Disclaimer* - -This document is based on my personal experiences. You are not supposed to agree with it 100%. It exists as a book on [GitHub](https://github.com/lefticus/cppbestpractices) so that you can fork it for your own uses or submit back proposed changes for everyone to share. - -This book has inspired an O'Reilly video: [Learning C++ Best Practices](http://shop.oreilly.com/product/0636920049814.do) |