this post was submitted on 20 Jul 2025
391 points (94.7% liked)

Programmer Humor

31505 readers
1323 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] balsoft@lemmy.ml 1 points 10 months ago* (last edited 10 months ago)

I concede that on a feature branch, before a PR is made, it's ok to have some failing tests, as long as the only tests failing are related to that feature. You should squash those commits after the feature is complete so that no commit has a failing test once it's on master.

(I'm also a fan of TDD, although for me it means Type-Driven Development, but I digress...)