Comment by jsnell
1 day ago
> it could have just as likely been an assert() in another language
Asserts are much easier to forbid by policy.
1 day ago
> it could have just as likely been an assert() in another language
Asserts are much easier to forbid by policy.
That's fair, though `if (isInvalidPolicy) reject();` causes the same outage. So the eng process policy change seems to be failing open and slow rollouts to catch that case too.