Daniel Weber

Principles

A check that cannot fail is not a check

Green is worthless if nothing could have turned it red.

How I use it

Every check needs a case that must fail. If that case does not fail, the check is unfinished. I do not trust an inspection that only looks at the happy path.

What I refuse

We looked at it. It passed. We did not try to break it.

Where this came from