Hacker News new | ask | show | jobs
by tokenizerrr 3017 days ago
Why would you be annoyed by the avoidance of merge conflicts?
1 comments

Why would developer style cause merge conflicts? We did just fine, thanks.
When two people touch the same file and format it differently you get a merge conflict. Even if the actual code is identical.

The only way I can imagine how you never ran into this is that either your team is tiny, or that people don't touch other people's code. Both of which are not an option as you grow.