mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 19:24:36 +03:00
Update 01-Preface.md
Spelling correction
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
C++ Best Practices: A Forkable Coding Standards Document
|
C++ Best Practices: A Forkable Coding Standards Document
|
||||||
|
|
||||||
This document is meant to be a collaborative discussion of the best practices in C++. It compliments 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.
|
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 prefered. Examples are prefered for making the case for why one option is prefered over another. If necessary, words will be used.
|
In all cases brevity and succinctness is prefered. Examples are prefered for making the case for why one option is prefered over another. If necessary, words will be used.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user