762
ifn't (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] 0x0@lemmy.dbzer0.com 209 points 5 months ago

I propose a new, more threatening kind of control flow.

do {
  /* something */
} or else {
  /* you don't want to find out */
}
[-] jadelord@discuss.tchncs.de 8 points 5 months ago

It exists, kind of. Python has this construct

for item in iterable:
    ...
else:
     ...

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.

load more comments (18 replies)
this post was submitted on 18 Jan 2024
762 points (98.6% liked)

Programmer Humor

18253 readers
775 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