this post was submitted on 21 Sep 2023
1272 points (94.9% liked)

Programmer Humor

19187 readers
1125 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
[–] dylanTheDeveloper@lemmy.world 11 points 1 year ago (1 children)

I bet ATMs would have a while true print money function

[–] coloredgrayscale@programming.dev 7 points 1 year ago (1 children)

Almost:

While (hasMoney())
Print(money)

[–] odium@programming.dev 3 points 1 year ago

More like while hasMoney(){dispenseMoney()}