Y
Hacker News
new
|
ask
|
show
|
jobs
by
seren
2799 days 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
1 comments
cimmanom
2799 days ago
Also, automated integration tests and end to end tests.
link