| ▲ | germandiago 2 hours ago | |
The right strategy to use C++ efficiently is to set warnings to the maximum as errors and take the core guidelines or similar and avoid past cruft. More often than not (except if you inherit codebases but clang has a modernize tool) most of the cruft is either avoidable or caught by analyzers. Not all. But overall, I feel that C++ is still one of the most competitive languages if you use it as I said and with a sane build system and package manager. | ||