this post was submitted on 09 Nov 2024
73 points (97.4% liked)

Programmer Humor

19551 readers
1031 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
[–] kernelle@lemmy.world 9 points 4 days ago
        for i in range(1, len(a)):
            if a[i] < a[i-1]:
                like_all_things_should_be = False
                break

What's going on in Thanos' head in all that B-roll