DEV Community

Discussion on: How do you work through a problem?

Collapse
 
bchewy profile image
Brian Chew

Hello arswaw!

Just my thoughts, but here's what I usually do

  1. Google google google google google
  2. Debugging with logs & print statements
  3. Write the problem down --> break it down to smaller problems if applicable
  4. Ask someone experienced (which happens most of the time)

I'd still love to learn more about how the process of how people resolve a problem.

Collapse
 
arswaw profile image
Arswaw

Great answer! Thank you.