Computer Science, asked by Kavneet5479, 1 year ago

large scale changes to an application can be aceved using

Answers

Answered by Sidyandex
1

Large scale changes to an application can be achieved using a technique called Branch By Abstraction.

Generally development teams use branches heavily in version control.

Code in a branch is not integrated by definition.

One alternative to u song branches to make large scale changes in any application is this method.

Answered by mindfulmaisel
0

"Large scale changes to an application can be achieved using Trunk based development.

"Trunk Based Development" is a software development branching model in which all the developers in a team working on the same project contribute on a shared branch collectively which is common to all the developers.

This "shared branch" is known as 'trunk'. The name “Trunk based development” is probably derived from it. It allows the developer team to incorporate large scale changes to an application in a short amount of time."

Similar questions