this post was submitted on 28 Dec 2023
342 points (97.5% liked)

Programmer Humor

24391 readers
885 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ThrowawayPermanente 36 points 2 years ago (1 children)

Let's be real though, everything is IF statements all the way down

[–] [email protected] 26 points 2 years ago (3 children)

There's not a single thing in this universe that cannot be accomplished with enough IF statements... as long as you've got infinite time to wait

[–] [email protected] 15 points 2 years ago* (last edited 2 years ago) (1 children)

...you mean IF you've got infinite time to wait?

[–] Klear 4 points 2 years ago

...you mean if you've got IFinite time to wait?

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

The problem with if is the answer comes from user. There’s no mathematical reason or scientific explanation, only programmer who thinks the answer should include the subject.

[–] [email protected] 2 points 2 years ago

True...

But even on a more metaphorical level, every single thing that has or will happen in this universe, down to even the smallest quantum fluctuations could be encapsulated into IF statements as long as you had enough of them.

[–] [email protected] 2 points 2 years ago

What if there was an unintentional infinite loop in your code. You could be waiting for infinite time only to learn the code had a bug. D: