You need to sign in to do that
Don't have an account?

Best strategy for source control adoption?
My team is growing in size and am curious on the best approach to source control adoption. We have a good number of apex controllers and rest services.
Does it make sense to just add all apex classes, VF pages, lightning components to source control
or
start trying to group related metadata to developer controlled packages (DCP) and source control them that way?
Does anyone have any experiences they can share on their integration of source control for their org? What worked well? what didnt?
Does it make sense to just add all apex classes, VF pages, lightning components to source control
or
start trying to group related metadata to developer controlled packages (DCP) and source control them that way?
Does anyone have any experiences they can share on their integration of source control for their org? What worked well? what didnt?
That said I personally haven't seen or read anything that has convinced me we should run with multiple DCPs; even though that seems to be 'best practice'. Our envrionment is our companies CRM - not a package that is deployed for app exchange, so we don't fit the ISV model. The way I interpret what I'm trying to do is create a single DCP... as mentioned though it's been a struggle. My current issue is I'm reaching the request size limit, so I'm at a bit of a loss now.
Anyway, hopefully that gives you some insight.