this post was submitted on 16 Aug 2023
570 points (96.7% liked)

Programmer Humor

36598 readers
236 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

When you come back from vacation
@programmerhumor

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 2 years ago (5 children)

Me temporarily forgetting the structure of an if statement in Shell.

[–] [email protected] 4 points 2 years ago (1 children)

And then there’s stupid Cpp with

if (true) {
  do();
}

Or

if THIS
  do();
endif 
[–] [email protected] 3 points 2 years ago

What's weird about the C++ one? At least that one is the same in a bunch of languages

load more comments (3 replies)