Hello,
I'm curious what everyone here does when they are faced with a particularly stubborn issue.
This could be with anything, programming, graphic design, QA, etc.
For me specifically, if StackOverflow doesn't have the answer I need I look to the community. If it's a problem with my own code, then I check to make sure I can replicate the bug. Then I run the debugger to see if I can find the issue quickly.
I move from there.
How do you all do it?
Top comments (3)
Hello arswaw!
Just my thoughts, but here's what I usually do
I'd still love to learn more about how the process of how people resolve a problem.
Great answer! Thank you.
I find success personally by reading my code backwards when debugging my troubleshooting ;) . Something I learned in one of those Zed Shaw python books.