Warning: Some posts on this platform may contain adult material intended for mature audiences only. Viewer discretion is advised. By clicking ‘Continue’, you confirm that you are 18 years or older and consent to viewing explicit content.
As a C++ developer memory safety catches my attention. I keep rejecting code reviews - in 2024! - because of naked new. Since experience proves I can’t get people to use the memory safety modern C++ offers I need to force the issue.
unfortunaty rust has other choices that don’t play well with our existing C++ so it will be a long road.
I think enterprises are the early adopters and proponents of Rust. They seem so stoked about the memory safety aspect.
As a C++ developer memory safety catches my attention. I keep rejecting code reviews - in 2024! - because of naked new. Since experience proves I can’t get people to use the memory safety modern C++ offers I need to force the issue.
unfortunaty rust has other choices that don’t play well with our existing C++ so it will be a long road.