Question
WellsFargo
WellsFargo
IN
WellsFargo
Posted: Mar 30, 2016
Last activity: Mar 31, 2016
Last activity: 31 Mar 2016 17:43 EDT
Closed
Advantages of using Branch Ruleset concept
Hi,
I would like to know the advantages of using the concept of Branch ruleset concept?
Thanks,
Suman
a. To allow multiple teams to work in parallel without affecting other teams' work.
b. To validate a piece of work (enhancements, bug fixes etc.) before merging into trunk (main application).
Following is excerpt from help on branching in Pega:
Because development work is typically iterative, rules are often created and modified quickly on a day-to-day basis. This rapid change can become disruptive to the overall project when this work takes place using multiple teams working in the same application RuleSets. Branches allow such development work to take place within an isolated space (the branch) without affecting functionality in the source rules.
This branching ability is especially useful on large development projects, where multiple teams work simultaneously on the rules in an application, and all members on one team need to see each others work, while also isolating their development changes from the other teams. In this way, one team's rule changes do not affect the other teams until the changes are stable, conflicts resolved, and approval granted to make the new functions available to the entire development project team.
Murali...