this post was submitted on 09 Nov 2024
174 points (93.1% liked)

Programmer Humor

20383 readers
1366 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 2 months ago (4 children)

Just going to leave this horror here. It's the post feed logic from Tesseract that determines what posts should be displayed or hidden.

[–] [email protected] 13 points 2 months ago

Delightfully devilish, indeed. You made it as easy to read as possible though.

[–] [email protected] 7 points 2 months ago (1 children)

Why not factor out the ! via de Morgan's laws (which would also remove most of the parentheses, as iirc && binds tighter than ||)? Also, does that language have a {#continue} sort of syntax for loops? If so, you could make it a guard clause.

[–] isVeryLoud 4 points 2 months ago

Thank you, I knew the rule but did not know it had a name.

[–] [email protected] 1 points 2 months ago

What is that, Vue?