this post was submitted on 13 Oct 2023
799 points (93.7% liked)
Programmer Humor
32495 readers
412 users here now
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.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's 2023. If you're not using an IDE or a highly extensible text editor with simple static analysis features, I really don't know what to tell you.
I had to read it repeatedly and check if it really said "syntax error". What will those people do if they encounter their first race condition?
They insert sleep(1) and print statements. No shit. I had to fix this in two projects. One was a complete rewrite.
Reading this made me nausesous. I feel your pain.