CMCarlos Montesinkaito.hashnode.dev·Mar 5, 2021 · 5 min readParallel Change with ExampleWhat is Parallel Change? Parallel change means that when changing a design, you keep the old design as long as possible while gradually adding the new one and then you gradually switching to the new design. Only after that you gradually remove all t...00
CMCarlos Montesinkaito.hashnode.dev·Mar 1, 2021 · 5 min readBranch by Abstraction with ExampleWhat is Branch by Abstraction? Is a technique for making a large-scale change to a software system in a gradual way that allows you to release the system regularly while the change is still in-progress. Martin Fowler Let's imagine this scenario W...00