|
|
|
|
|
by mjlee
2583 days ago
|
|
While that's true for a single dev, I think that quickly falls apart at scale. The raw DB queries will invariably exist on someone's hard drive/in their head and be lost forever when they leave the team. The rsync for file changes will result in developers stopping to ask each other "did this get rolled out yet?" multiple times a day. |
|
Usually the version control happens in git. And the person who can push to production is also the person in charge of the master branch.
I always structure teams that way. So I cannot speak for other structures.