15
Code Review
In the preceding chapters of this book, we have systematically explored a range of automated solutions designed to enhance the quality of our C++ code. These include the adoption of clear naming conventions, the utilization of modern C++ features, the rigorous implementation of unit and end-to-end testing, the maintenance of clean commits and messages, and the effective use of debugging techniques such as git bisect, among others. Each of these practices serves as a vital component in our toolkit for writing robust, maintainable software.
However, despite the substantial benefits conferred by these automated tools and methodologies, they are not infallible. They rely on correct and consistent implementation, and without diligent ...
Get Refactoring with C++ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.