I would like to learn about books that talk about design issues, for example, when to use namespaces and other coding standards to write efficient, good-quality C ++ code. Also one that talks about code testing will be appreciated.
"Large-scale software design in C ++" by John Lakos worked great for me many years ago, how to organize code in large projects.
When testing, this is not my area, and I cannot recommend a great book. What I can do is deny you Computer Testing, 2nd edition of Cem Kaner, Jack Falk and Hung Q. Nguyen . I found him harsh and extremely awkward. But please take this with salt.
For large projects, it is important to follow a common design style and coding. Sequentially.
I found the following book useful in order to have a common language in a large project.
C ++ Coding Standards: 101 Rules, Recommendations and Recommendations by Andrei Alexandrescu, Herb Sutter
refactoring book: http://www.amazon.com/Refactoring-Improving-Design-Existing-Code/dp/0201485672
Source: https://habr.com/ru/post/1303330/More articles:Where is complexity swelling? - designCapture the keystroke "delete" - delphiDouble Ahah GET request when Firebug is enabled - firefoxUpload a photo library with Android web browser - javascriptmySQL variables in SELECT - sqlWhat happened to my full-text search? - sql-serverHow to use ORDER BY with the correct processing of numbers? - sqlthe difference between top-down and bottom-up syntax analysis methods? - parsingmain purpose of using factory template? - javaIs it possible to programmatically generate a focused image for ImageButton? - androidAll Articles