- 1 Post
- 2 Comments
Joined 2 years ago
Cake day: April 13th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Hard disagree. Safe C++ code can be written quite easily these days. And better tools are coming out all the time.




rust isn’t a magic bullet either, it still doesn’t protect against a whole host of problems, like stack overflows, out of memory/bitflips, logic errors, memory leaks, unrecoverable errors/panics etc., and many projects are full of unsafe context rust code anyways.