|
|
|
|
|
by jdlshore
2390 days ago
|
|
It's possible (and not that hard) to define an integration process that prevents faulty commits from being integrated to the main branch. > If you insist on no errors on master ever you will kill throughout. Not sure why you believe this. It hasn't been my experience; just the opposite, in fact. By using CI in conjunction with a process that prevents errors on master, everything goes more smoothly, because people don't get stalled by the broken master. |
|
You should strive to do that but you shouldn't be surprised that despite all effort mistakes still happen from time to time.