in my experience branches come with an amount of technical debt that has been unacceptable to me (you just delay merging your code, making it a bigger more dangerous merge)
You can solve that by regularly merging or rebasing master onto your feature branch (as described in Fowler's article).
You can solve that by regularly merging or rebasing master onto your feature branch (as described in Fowler's article).