When you're paid by LoC
this post was submitted on 23 Jun 2023
44 points (86.7% liked)
Programmer Humor
19623 readers
96 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
So a syntax highlighted comment
Which will be violently yeeted away by compiler optimisation
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!