this post was submitted on 03 Aug 2025
333 points (95.4% liked)
Programmer Humor
25484 readers
1746 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ammm actually... โ๏ธ๐ค most Rust evengalists claim that Rust prevents you from writing bugs
Any type safe language will help you prevent a wide range of bugs that non safe languages need tons of tests to detect.
We're talking about memory safety here, though.
Same argument though, just a different value for the topic.
Agreed. The C++ guys are basically JavaScript guys arguing that type safety errors are a skill issue. They must hate TyoeScript.