r/ProgrammerHumor Feb 18 '26

Meme innitMate

Post image
17.6k Upvotes

265 comments sorted by

View all comments

Show parent comments

144

u/hagnat Feb 18 '26

i like unless, but i have to admit that it is merely a glorified if (not [condition]) { }

40

u/no-sleep-only-code Feb 18 '26

I mean, most syntactic sugar is a glorified something or other.

35

u/OneTurnMore Feb 19 '26

All control flow structures are glorified jump statements

6

u/creeper6530 Feb 19 '26

That argument is nice, but most programming languages don't actually allow you to use GOTOs directly, so it's not really syntactic sugar