How to cope with error
A problem is a gift that will take me to an unknown area.
Read error log meticulously
Separate the problem
Think about a cause
If an article says that it should work but it doesn't, compare the situations.
If I have a mental model how it works, do a simple test to examine it.
If I found something suspicious, simulate the problem.
Too complicated, write down every move case by case.
Shorten a feedback loop.
If I found detour, consider it, but be cautious.
If I'm spending too much time without making progress, ask others.
Last updated