Debugging 101

Source: Google

What do you think about Debugging as a Service (DaaS)? Okay, that’s not what this is about. Haha!

In computer programming and software development, debugging is the process of finding and resolving bugs (defects or problems that prevent correct operation) within computer programs, software, or systems.
- Wikipedia

Debugging arguably holds the right to be regarded as an essential part of the software development process. Little wonder why many companies list it as a skill for engineering positions. That said, you don’t want to have a lot of regression bugs.

Let’s talk about some debugging techniques:

This is the first part of an intended two-part series on the topic. I hope you got value for your time. See you next time 👋

--

--

Human | www.mattwal.com

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store