this post was submitted on 18 Jan 2024
764 points (98.6% liked)
Programmer Humor
24660 readers
843 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I propose a new, more threatening kind of control flow.
It exists, kind of. Python has this construct
which always puzzles me, since it depends on a break statement execution. I always have to look it up when the else block is executed.