Hacker News new | ask | show | jobs
by quickthrower2 1494 days ago
That sounds good within a feature branch but you wouldn’t merge those to main, right?
2 comments

No definitely not, this is just for WIP branches. I usually don’t even push these, unless it’s something big that I need early review on.
to be fair, that is what the linked post is talking about :) so super-explicitly breaking things serves pretty much the same purpose, as long as you have attentive reviewers and/or tests that touch that code.