DEV Community

Discussion on: 4 Tips I Wish I Knew 10 Years Ago

Collapse
 
avdev4j profile image
Anthony Viard 🥑

One thing I would to add (and I forgot) is to learn to debug software. It helps to dive into the code details and understand what is going on when you are struggling with a task.
I saw so many beginners that were not able to debug or did it in the wrong way.
Maybe we don't learn it enough at school but I feel it's a really important skill to have and it helps to go deep as you said.