this post was submitted on 07 Jul 2023
975 points (98.0% liked)
Programmer Humor
32410 readers
1 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is why I write down the questions I'm trying to answer in a text doc, e.g:
Where is this network call comming from? ../some-api-call.js Why do you think it's causing a 403?
Etc. So if I lose my thought (all the time), I know exactly what and why I was doing it. Also stops you from re-investigating things you forget
It's a very valid advice.
I also try to do it for complicated bug and it helps me to keep a track of what I tried to do and my hypothesis.