(no title)
jvillasante | 2 years ago
I didn't read the article (just browse it) but here's the TLDR from the article itself:
``` tl;dr: I don’t want C++ to limit what I can express efficiently. I just want C++ to let me enforce our already-well-known safety rules and best practices by default, and make me opt out explicitly if that’s what I want. Then I can still use fully modern C++… just nicer. ```
As is normal in C++, the defaults are wrong. Developers should "opt in" for unsafe instead of "opt out" of it!
soulbadguy|2 years ago
Why ? C++ guiding principle is zero cost abstractions.
estebank|2 years ago
spacechild1|1 year ago
Isn't this exactly what he is saying?