Created
February 16, 2022 02:39
-
-
Save krogebry/04275fcd24fc6015fba6f2c2ee341438 to your computer and use it in GitHub Desktop.
6 Questions about obs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Can you continually answer open-ended questions about the inner workings of your software to explain any anomalous values? | |
Can you understand what any particular user of your software may be experiencing? | |
Can you determine the things above even if you have never seen or debugged this particular state or failure before? | |
Can you determine the things above even if this anomaly has never happened before? | |
Can you ask arbitrary questions about your system and find answers without needing to predict what those anomalies | |
would be in advance? | |
And can you do these things without having to ship new new code to handle or describe that state | |
( which would have implied that you needed to understand it first in order to ... understand it)? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment