←back to thread

628 points kiyanwang | 3 comments | | HN request time: 0s | source
Show context
hk__2 ◴[] No.43630509[source]
I don’t get this one:

> Don’t Guess

If you work with anything but a very simple program, you often must guess what could be the cause(s) of your issue in order to know where to look. The more experienced you are, the more accurate your guesses will be.

replies(3): >>43630546 #>>43630650 #>>43630811 #
1. foobahify ◴[] No.43630546[source]
Logs, tests, debugging, ask questions, build a mental model, test that mental model. The more experience I get the less I guess.
replies(1): >>43636581 #
2. hk__2 ◴[] No.43636581[source]
Right, I misunderstood the meaning of "guess" here.
replies(1): >>43637906 #
3. foobahify ◴[] No.43637906[source]
Yes. You weren't wrong. You need to first guess in order to not guess :)