Hacker News new | ask | show | jobs
by gitgud 2620 days ago
Long lived feature branches create a false sense of safety and comfort for each developer individually. As the branches drift apart for a long period of time, there is no way to measure how hard it will be to merge it all

A great explanation of how hard feature branches are to manage. But surely better architecture would alleviate that pain...