Problem scenario
You have read about “branching by abstraction,” but you do not know what it means. You read that it is ideal when the coding you are doing cannot be done incrementally. How do you “branch by abstraction”?
Solution
It is a method of trunk-based development; instead of using a branch, you commit to the trunk (or main) branch of your repository.
…
Continue reading “What Does “Branch by Abstraction” Entail?”