This is a common problem all of us might have faced at some point in time. I have personally spent quite a lot of time debugging when I was working on C and C++. When I dove into Python, that debugging reduced to almost nothing!
I'd like to understand how it goes on in other languages (front-end and back-end both). Let's discuss it!
Top comments (2)
I dont have to fire full blown debugger a lot now, most bugs are a console.log away
Right, of course!