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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] 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.

load more comments (1 replies)