C++ Coding Standards

E660910

C++ Coding Standards is a widely respected book by Herb Sutter and Andrei Alexandrescu that outlines best practices and guidelines for writing efficient, maintainable, and robust C++ code.

All labels observed (1)

Label Occurrences
C++ Coding Standards canonical 1

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf book
programming book
software engineering book
aimsTo help teams standardize C++ coding practices
improve C++ code quality
promote consistent coding practices
reduce bugs in C++ programs
author Andrei Alexandrescu NERFINISHED
Herb Sutter NERFINISHED
contains 101 guidelines
covers class design
coding-style guidelines
design-level guidelines
exception safety
library design
performance considerations
resource management
templates and generic programming
emphasizes RAII (Resource Acquisition Is Initialization) NERFINISHED
avoiding undefined behavior
clear interfaces
encapsulation
safe use of templates
writing portable C++ code
focusesOn efficient C++ code
maintainable C++ code
modern C++ design practices (pre-C++11)
robust C++ code
hasReputation influential in C++ best practices
widely respected in the C++ community
language English
medium book
print
organizationalStructure short, focused items
publisher Addison-Wesley NERFINISHED
recommendedFor advanced C++ programmers
professional C++ developers
software engineers
relatedTo Effective C++ NERFINISHED
Modern C++ Design NERFINISHED
More Effective C++ NERFINISHED
series C++ In-Depth Series NERFINISHED
subject C++ programming language NERFINISHED
coding standards
software development best practices
subtitle 101 Rules, Guidelines, and Best Practices
title C++ Coding Standards NERFINISHED
uses rule-based format

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Herbert Sutter notableWork C++ Coding Standards
subject surface form: Herb Sutter