Trunk-based development
Trunk-based development When it comes to software delivery speed and quality, trunk-based development is the way to go.
It took me a while to realize this myself. I used feature branches with pull-request as the main way of working (writeup of an experience of using pull request), so well aware of the advantages and disadvantages. But switching to Trunk based development felt very counterintuitive to me. For sure, the build would be broken all the time, and the quality would be horrible, especially with a larger group of people?
[Read More]