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

Programmer Humor

31798 readers
261 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] 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