|
|
|
|
|
by osigurdson
1227 days ago
|
|
I prefer do-what-makes-sense-flow. However, hard to write a book or sell tickets to conferences on such an approach. Branching "strategy" is probably the least impactful thing on any project but it is easy to have an opinion about. For this reason we end up focusing on that instead of the hard/mucky stuff. Having said all of this, I do think git-flow is a little complex as a general procedure. For the project I am working on now feature toggles are often better but branches (even longer lived ones) in some circumstances can be optimal. The bottom line is some things are better in-than-out while others are better out-than-in. Let's stop being dogmatic about it. |
|