I have a few of these but I forget where they came from, curious if anyone here knows
this post was submitted on 15 Jul 2023
219 points (99.5% liked)
Programmer Humor
19471 readers
30 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
You have comments in your legacy codebases?? Luckyyyyy
// This enters the if branch if "myVar" == true
while otherVar == 42 {
// do something
}
Lmao I've unfortunately seen stuff like this, where other parts of code that looked like just made up stuff had zero comments. Basically comments only where they weren't needed and lacking where they're needed