this post was submitted on 11 Jun 2024
232 points (96.8% liked)

Programmer Humor

19331 readers
20 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] magic_lobster_party@kbin.run 13 points 4 months ago (2 children)

todos

I found a simple trick against this: just remove them. Accept it ain’t gonna happen man.

[–] agressivelyPassive@feddit.de 5 points 4 months ago (1 children)

Well, yes, but the underlying issues still persist, so it's not exactly a sustainable strategy.

[–] magic_lobster_party@kbin.run 3 points 4 months ago

It’s mostly a joke, but often when I find todos they’re so old they’re no longer relevant.

Of course you shouldn’t blindly remove todos.

[–] frezik@midwest.social 1 points 4 months ago* (last edited 4 months ago)

Don't just put "TODO". If they're in the final pull request, they need to mention a ticket that's intended to fix that TODO. If you/your team decides it's not important, then remove it and close out the ticket. Either way, you're required to do something with it.