this post was submitted on 02 Mar 2025
77 points (93.3% liked)

Programmer Humor

25567 readers
335 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 2 years ago
MODERATORS
 

Someone had to do this before the riots started.

you are viewing a single comment's thread
view the rest of the comments
[–] zero_spelled_with_an_ecks@programming.dev 6 points 5 months ago (7 children)

Now find the missing semicolon I won't tell you where it should be.

[–] gnutrino@programming.dev 5 points 5 months ago (6 children)

Do people not read compiler errors or something? Finding missing semicolons is easy.

[–] nous@programming.dev 8 points 5 months ago

Once had a missing semi colon at the end of a c header file. The compiler kept complaining about the c file and never mentioned the header. Not all errors lead you to the right place.

Though most of the time people just don't read them. The number of problems I have solve for people by just copy pasting the error they gave me back to them...

load more comments (5 replies)
load more comments (5 replies)