"Organization which design systems... are constrained to produce designs which are copies of the communication structures of these organizations.." Conway's Law
Best Practices when working with Git Version Control
- Code close to master branch
- Small, simple changes
- Fewer merge conflicts
- Encourages pull requests
- Simpler to ship; faster velocity
Write an Article