Ask HN: What steps to take to ensure your merge request doesn't break anything? 2 points by iamrobschiavone 7y ago ↗ HN
[–] seren 7y ago ↗ - merge the smallest possible atomic changes regularly, avoid big bang merge- if you can afford it, code reviews / pair programming- unit tests ran by CI before/after merging [–] cimmanom 7y ago ↗ Also, automated integration tests and end to end tests.
2 comments
[ 1.6 ms ] story [ 9.8 ms ] thread- if you can afford it, code reviews / pair programming
- unit tests ran by CI before/after merging