this post was submitted on 25 Sep 2024
396 points (97.4% liked)

Programmer Humor

19276 readers
2799 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] qaz@lemmy.world 53 points 3 days ago (5 children)

This would have been better with Rust and C++

[–] anti_antidote@lemmy.zip 18 points 2 days ago (1 children)

I had a linker error in Rust for the first time today and I started crying til I saw someone say to just delete the build cache lol

[–] qaz@lemmy.world 13 points 2 days ago

With Rust it's usually just a fluke that can be fixed by doing that, but C++ linker errors may indicate the start of several frustrating hours. That's been my experience at least.

load more comments (3 replies)