-
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
In Progress
| 0 / 9 sections completed |
0%
Chapter 1: Coding Standards in C++
In Progress
| 0 / 5 sections completed |
0%
Chapter 2: Main Software Development Principles
In Progress
| 0 / 5 sections completed |
0%
Chapter 3: Causes of Bad Code
In Progress
| 0 / 7 sections completed |
0%
Chapter 4: Identifying Ideal Candidates for Rewriting – Patterns and Anti-Patterns
In Progress
| 0 / 6 sections completed |
0%
Chapter 5: The Significance of Naming
In Progress
| 0 / 4 sections completed |
0%
Chapter 6: Utilizing a Rich Static Type System in C++
In Progress
| 0 / 7 sections completed |
0%
Chapter 7: Classes, Objects, and OOP in C++
In Progress
| 0 / 7 sections completed |
0%
Chapter 8: Designing and Developing APIs in C++
In Progress
| 0 / 7 sections completed |
0%
Chapter 9: Code Formatting and Naming Conventions
In Progress
| 0 / 15 sections completed |
0%
Chapter 10: Introduction to Static Analysis in C++
In Progress
| 0 / 7 sections completed |
0%
Chapter 11: Dynamic Analysis
In Progress
| 0 / 5 sections completed |
0%
Chapter 12: Testing
In Progress
| 0 / 20 sections completed |
0%
Chapter 13: Modern Approach to Managing Third Parties
In Progress
| 0 / 7 sections completed |
0%
Chapter 14: Version Control
In Progress
| 0 / 7 sections completed |
0%
Chapter 15: Code Review
In Progress
| 0 / 8 sections completed |
0%
Index
In Progress
| 0 / 2 sections completed |
0%
Other Books You May Enjoy
In Progress
| 0 / 4 sections completed |
0%
Customer Reviews