Sounds like he needs a better IDE.
Programmer Humor
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
Or he just needs to read the compiler output.
Just switch to python
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.
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.
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.
Nobody thinks that she should just take a hint...
oh great, these stupid "missing semicolon" jokes have made their way here from the old place that shall not be named.
It's 2023 now, all you gotta do is paste your code into GPT and ask it to fix it for you!
Just check the damn log man
Missing semicolon? Is he retarded?
based
I remember what it was like to be in my first intro to programming class...