-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Refactoring with C++
By :

Refactoring with C++
By:
Overview of this book
Despite the prevalence of higher-level languages, C++ is still running the world, from bare-metal embedded systems to distributed cloud-native systems. C++ is on the frontline whenever there is a need for a performance-sensitive tool supporting complex data structures. The language has been actively evolving for the last two decades.
This book is a comprehensive guide that shows you how to implement SOLID principles and refactor legacy code using the modern features and approaches of C++, the standard library, Boost library collection, and Guidelines Support Library by Microsoft. The book begins by describing the essential elements of writing clean code and discussing object-oriented programming in C++. You’ll explore the design principles of software testing with examples of using popular unit testing frameworks such as Google Test. The book also guides you through applying automated tools for static and dynamic code analysis using Clang Tools.
By the end of this book, you’ll be proficient in applying industry-approved coding practices to design clean, sustainable, and readable real-world C++ code.
Table of Contents (18 chapters)
Preface
Chapter 1: Coding Standards in C++
Chapter 2: Main Software Development Principles
Chapter 3: Causes of Bad Code
Chapter 4: Identifying Ideal Candidates for Rewriting – Patterns and Anti-Patterns
Chapter 5: The Significance of Naming
Chapter 6: Utilizing a Rich Static Type System in C++
Chapter 7: Classes, Objects, and OOP in C++
Chapter 8: Designing and Developing APIs in C++
Chapter 9: Code Formatting and Naming Conventions
Chapter 10: Introduction to Static Analysis in C++
Chapter 11: Dynamic Analysis
Chapter 12: Testing
Chapter 13: Modern Approach to Managing Third Parties
Chapter 14: Version Control
Chapter 15: Code Review
Index
Customer Reviews