this post was submitted on 19 Nov 2024
175 points (95.8% liked)

Programmer Humor

32549 readers
506 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] lord_ryvan@ttrpg.network 10 points 3 days ago (1 children)

I've had this with Rust once, t'was a weird feeling.

[–] Chais@sh.itjust.works 4 points 2 days ago (1 children)

I have that with Rust quite frequently. At least a lot more often than with any other language. I love it!

[–] flashgnash@lemm.ee 3 points 2 days ago (1 children)

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

[–] Chais@sh.itjust.works 1 points 2 days ago

Exactly. Love it!