Tải bản đầy đủ (.pdf) (7 trang)

c coding standards 101 rules guidel by herb sutter and 7501

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (41.96 KB, 7 trang )


C++ Coding Standards: 101
Rules, Guidelines, and Best
Practices
Table of Contents
Copyright
The C++ In-Depth Series
Titles in the Series
Preface
How to Use This Book
Coding Standards and You
About This Book
Acknowledgments
Organizational and Policy


Issues
Chapter 0. Don't sweat the
small stuff. (Or: Know what not
to standardize.)
Summary
Discussion
Examples
References
Chapter 1. Compile cleanly at
high warning levels
Summary
Discussion
Examples
Exceptions



References
Chapter 2. Use an automated
build system
Summary
Discussion
References
Chapter 3. Use a version
control system
Summary
Discussion
Exceptions
References
Chapter 4. Invest in code
reviews


Summary
Discussion
References
Design Style
Chapter 5. Give one entity one
cohesive responsibility
Summary
Discussion
Examples
References
Chapter 6. Correctness,
simplicity, and clarity come first
Summary

Discussion


Weinberg, Gerald
what
Wilson, Matthew

works-like-a [See
substitutability]
wrapping
header files [See header files,
header files;wrapping thirdparty headers]
platform-dependent operations
Wysong, Lara


Index
[SYMBOL] [A] [B] [C] [D] [E] [F]
[G] [H] [I] [J] [K] [L] [M] [N] [O]
[P] [Q] [R] [S] [T] [U] [V] [W] [Z]
zero initialization
Zolman, Leor



×