this post was submitted on 24 Sep 2024
518 points (99.1% liked)

Programmer Humor

37355 readers
93 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] unreachable@lemmy.world 10 points 10 months ago (1 children)

# yeah, this needs to be done later

later: never

[–] tyo_ukko@sopuli.xyz 15 points 10 months ago* (last edited 10 months ago) (1 children)

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)

[–] Kalkaline@leminal.space 5 points 10 months ago

Break the code altogether and abandon it forever and just start over.