this post was submitted on 25 Feb 2024
361 points (95.9% liked)

Programmer Humor

19187 readers
1136 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] 1 points 6 months ago (1 children)

Could also be rust (no parens on ifs there either), kind of hard to tell with just an if statement and some function calls

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

or Swift, Rust has semicolons while Swift doesn't

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)

Oh true I didn't realize the semicolons were missing (that's what the compiler errors are for)