Hacker News new | ask | show | jobs
by smcameron 1753 days ago
> mid-way through someone’s feature development.

If someone is doing it right, any point in their "mid way" that they expose will be git bisectable. Otherwise, they're doing it wrong. Squashing 20 already decent git bisectable commits into 1 big one is the complaint here.

Squashing 20 shit commits into a giant ball of shit that happens to compile and run is not better though.

Don't make the 20 shit commits in the first place.