this post was submitted on 19 Nov 2024
190 points (96.1% liked)

Programmer Humor

32542 readers
515 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
[โ€“] flashgnash@lemm.ee 4 points 1 day 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 1 day ago

Exactly. Love it!