this post was submitted on 24 Sep 2024
511 points (98.9% liked)
Programmer Humor
32472 readers
855 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
later: never
Few of the good ones I've spotted:
(complicated business logic in messy code) // TODO: check
(...) // TODO: think about better naming
(...) // TODO: This is obviously shit and needs to be changed.
(...) // TODO: THIS IS NOT USED ANYWHERE CONSIDER REMOVING ALTOGETHER (comment made 3 years ago)
Break the code altogether and abandon it forever and just start over.