this post was submitted on 19 Nov 2024
207 points (96.4% liked)

Programmer Humor

32557 readers
730 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 13 comments
sorted by: hot top controversial new old
[–] essteeyou@lemmy.world 11 points 4 days ago* (last edited 4 days ago)

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.

[–] lord_ryvan@ttrpg.network 14 points 5 days ago (1 children)

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

[–] Chais@sh.itjust.works 7 points 5 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 5 points 4 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 2 points 4 days ago

Exactly. Love it!