> “bad old days of when people all had their own branches”
I’m sort-of-an-SRE at a large enterprise and I see many developers gravitate towards this pattern. There’s a Dev1 branch for the first developer and a Dev2 for the second, etc…
And as you said, a huge merge the day before production rollout.
I’m trying to steer them in the right direction but it’s hard to find a good source that covers everything.
E.g.: this this the bad way, here’s how it goes wrong, this is the good way, this is how it fixes it.
I’m sort-of-an-SRE at a large enterprise and I see many developers gravitate towards this pattern. There’s a Dev1 branch for the first developer and a Dev2 for the second, etc…
And as you said, a huge merge the day before production rollout.
I’m trying to steer them in the right direction but it’s hard to find a good source that covers everything.
E.g.: this this the bad way, here’s how it goes wrong, this is the good way, this is how it fixes it.
Got any good references I can use?