Engineering·
Why We Stopped Saying "Safe to Merge"
Code review can assess a change, but that is not the same thing as proving a build is safe to merge.
MergeWatch Team · 2 min read
Tag
Notes connected by pull-requests.
Code review can assess a change, but that is not the same thing as proving a build is safe to merge.
Tests evaluate declared expectations; review looks for the expectation nobody thought to declare.