this post was submitted on 20 Jul 2023
236 points (88.1% liked)

Programmer Humor

31800 readers
432 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
[โ€“] [email protected] 50 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.

[โ€“] [email protected] 20 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)