Why debugging matters
Imagine writing a program, running it, and then: bam! A wild error message appears. Or worse: no error, but the program does something wrong. That’s where debugging comes in.
Debugging is the process of identifying, analyzing, and fixing problems in your code. It’s not something to be ashamed of at all. Believe it or not, even the most experienced developers debug daily. In fact, becoming good at debugging is a huge part of becoming a better programmer.
There are different bugs we face on a daily basis. Let’s talk about them.