DEV Community

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

Collapse
 
nenad_cvet profile image
Nenad Cvetković • Edited
  1. is to me the most important. Going deep and more deep is extremely important for understanding why something works or doesn't work. So crucial for planning architecture of systems.
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.