▲ | usamoi 2 days ago | |||||||||||||||||||||||||
They are not rejecting Safe C++; they are rejecting memory safety. Majority of them believes that memory safety is just hype, and minority of them knows it's a problem, but doesn't want to restrict themselves about coding. If code runs, it is fine. If it does not, coder running is fine too. | ||||||||||||||||||||||||||
▲ | steveklabnik 2 days ago | parent | next [-] | |||||||||||||||||||||||||
The principles document that was accepted feels very targeted at Safe C++ specifically. It’s fair to say they rejected it. | ||||||||||||||||||||||||||
▲ | MattDamonSpace 2 days ago | parent | prev [-] | |||||||||||||||||||||||||
I work on a Swift/iOS app that wraps a C++ library 90+% of our crashes are from hard-to-diagnose cpp crashes. Our engineers are smart and hardworking but they throw their hands up at this. Please tell me my options aren’t limited to “please be better at programming”…? | ||||||||||||||||||||||||||
|