Orthodox C++: A Minimalist Subset of C++ That Rejects Modern Complexity
This article was originally published as a gist here. What is Orthodox C++? Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It’s exactly opposite of what Modern