this post was submitted on 20 Jul 2023
25 points (93.1% liked)

Programmer Humor

32453 readers
616 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
[–] XaeroDegreaz@lemmy.world 8 points 1 year ago (2 children)

Sounds like he needs a better IDE.

[–] baduhai@sopuli.xyz 8 points 1 year ago

Or he just needs to read the compiler output.

[–] hamster@kbin.social -1 points 1 year ago

Just switch to python

[–] YMS@kbin.social 8 points 1 year ago (2 children)

I've been programming with lots of dumb people, and I'm particularly dumb myself, but if you really literally spend hours looking for missed semicolons, then you should give up programming no matter if this means more time for date nights or more time to look at the wall.

[–] tj111@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

I dunno, back in the old PHP days (like the really shitty PHP) if you missed a semicolon on an included file, and that file was included in another file, and some dumbass included that in the middle of some other file, you would spend hours looking for it because the error showed it missing in the top-most file.

[–] pseudonym@monyet.cc 2 points 1 year ago

I have been in the unfortunate position of spending hours looking for a semi colon. Well I was looking for a bug, I didn't know it was a missing semi colon. But it was my first internship after doing one CS class and I was writing PHP.

[–] rollerbang@lemmy.world 2 points 1 year ago

Nobody thinks that she should just take a hint...

[–] mildsauce@lemmy.ca 2 points 1 year ago

oh great, these stupid "missing semicolon" jokes have made their way here from the old place that shall not be named.

[–] httpjames@sh.itjust.works 1 points 1 year ago

It's 2023 now, all you gotta do is paste your code into GPT and ask it to fix it for you!

[–] boletus@sh.itjust.works 1 points 1 year ago

Just check the damn log man

[–] Hovenko@iusearchlinux.fyi 1 points 1 year ago (1 children)

Missing semicolon? Is he retarded?

[–] dandroid@dandroid.app 1 points 1 year ago

I remember what it was like to be in my first intro to programming class...