"Modern" C++ Lamentations
http://aras-p.info/blog/2018/12/28/Modern-C-Lamentations/ [aras-p.info]
2018-12-28 19:09
This will be a long wall of text, and kinda random! My main points are:
1. C++ compile times are important,
2. Non-optimized build performance is important,
3. Cognitive load is important. I don’t expand much on this here, but if a programming language or a library makes me feel stupid, then I’m less likely to use it or like it. C++ does that a lot :)
source: HN