Feature Branching vs. Continuous Integration

from blog Roman Imankulov, | ↗ original
Photo by Sophie Dale My summary and takeaways from Martin Fowler’s Patterns for Managing Source Code Branches. Summary Having a CI pipeline, running tests on every commit is not Continuous Integration. Copying Open Source best practices to commercial development without understanding their context and limitations can be harmful. Feature branches...