this post was submitted on 23 Jun 2023
52 points (87.1% liked)

Programmer Humor

19315 readers
3 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
 
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 1 year ago

When you're paid by LoC

[–] [email protected] 6 points 1 year ago (1 children)

So a syntax highlighted comment

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

Which will be violently yeeted away by compiler optimisation

[–] [email protected] 3 points 1 year ago

I feel the need of putting a while(false) in my codebase now...

[–] [email protected] 2 points 1 year ago
def cosmic_ray_detector:
    while false:
        print("Cosmic ray detected!")
[–] [email protected] 1 points 1 year ago

This looks like very efficient code to me!