I've had this with Rust once, t'was a weird feeling.
this post was submitted on 19 Nov 2024
206 points (96.4% liked)
Programmer Humor
32690 readers
178 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
I have that with Rust quite frequently. At least a lot more often than with any other language. I love it!
I think it's just because rust doesn't let you make many of the mistakes that'd normally lead to runtime errors
Pair that with rustcheck in your ide and the only errors you'll see will be ones you define yourself
Exactly. Love it!
An old phrase that's stuck with me over the years, although I forget where I heard it:
I like it when my code works first time. It's like Christmas, but less often.