function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ndotlndotl 

How to handle a multiple developer environments

I am hoping to obtain feedback on how people are handling multiple developer environments. I assume most are using one environment to integrate changes from multiple developers, and those changes are eventually migrated to production.  I am interested in the state of the individual developer environments. Are you:

 

1) Requiring each develper keep their environment up to date with the integration environment so that when they migrate a change to the integration environment both environments remain identical.

 

2) Only require that each deveoper merge their changes into the integration environment.

 

I will add that I have reviewed the SF development lifecycle document.

 

Any feedback provided is appreciated.