So a syntax highlighted comment
this post was submitted on 23 Jun 2023
41 points (87.3% liked)
Programmer Humor
19544 readers
642 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
Which will be violently yeeted away by compiler optimisation
When you're paid by LoC
I feel the need of putting a while(false) in my codebase now...
def cosmic_ray_detector:
while false:
print("Cosmic ray detected!")
This looks like very efficient code to me!