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

Programmer Humor

19488 readers
894 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 10 months ago (1 children)

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

[–] [email protected] 26 points 10 months 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 10 months ago* (last edited 10 months ago) (1 children)

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

[–] [email protected] 4 points 10 months ago

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

[–] [email protected] 2 points 10 months 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 10 months 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 10 months 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: