Orthodox C++ (2016)

21 points by prayerie


rprospero

The article really read as "just use C". There's several admonitions not to use certain C++ features, but not a single mention of a feature that is worthwhile. I'm not going to stop someone from writing C, but, if you want to write C, why not just write C?

I remember some older devs I knew who grew up with Fortran. They trained C developers to write C without interacting with the "mistakes" in the C language, like pointers and runtime memory allocation. After all, when was the last time you saw a CVE submitted for a C program that didn't have any pointers?