ENGLISH

C++ coding standards: 101 rules, guidelines, and best practices

Book information

Publisher
Addison-Wesley Professional
ISBN
0321113586, 1291301321, 0076092018117, 9780321113580
Language
english
Format
PDF
Filesize
1 MB (1166173 bytes)
Series
The C++ in-depth series
Edition
10. print
Pages
XV, 220 Seiten\239
Time added
2020-11-29 04:11:00

Description

Every software development team should have and follow a coding standard.It's even better when what the coding standard requires is actually consistent, reasonable, and correct.Coding standards have many advantages: *They improve code quality. This happens automatically when following agood, simple set of guidelines.*They improve development speed, because the programmer doesn't need toalways make decisions starting from first principles.*They enhance teamwork by eliminating needless debates on inconsequentialissues and by making it easy for teammates to read and maintain each other'scode.The coding standards introduced by this book are a collection of guidelines forwriting high-quality C++ code.***They are the distilled conclusions of a rich collective experience of the C++community. Until now, this body of knowledge has been available only asfolklore or spread in bits and pieces throughout books.

Similar books