> But as more and more engineers joined us, some shortcomings > of C++ came to bite us: unreadable coding style, memory leak, > segmentation fault, and more. * unreadable coding style: This is not a C++ problem. * memory leak: Memory leak is an old C++ problem, since C++11 there is no reason for not using smart pointers. The only point that could be attributed to C++ is the segfaults perhaps, due to its lack of safet…
And, again, people talk about it as if it was a real thing and they knew how to measure it...
Also, C++ and Rust are very similar in appearance. So, I struggle to see how jumping ship here would be a big win.