this post was submitted on 25 Feb 2024
960 points (98.2% liked)

Programmer Humor

31798 readers
447 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 79 points 5 months ago (11 children)

If a TODO passes code review, more than one person fucked up.

[–] [email protected] 3 points 5 months ago (2 children)

Especially the devops team. That keyword should be caught in a precommit hook

[–] [email protected] 3 points 5 months ago (1 children)

We use a CI pipeline check which prevents merges to master if the code contains a TODO. A precommit hook only works if the developer has the hooks configured.

[–] [email protected] 1 points 5 months ago

See this is why the devops team should do it and not me

load more comments (8 replies)