|
|
|
|
|
by uwuemu
1346 days ago
|
|
You can't possibly call yourself a "professional developer" (and it sounds like you're not pointing out that you're paid for the work, but that you're a "pro") and then talk about debugging as something you rarely do. If debugging (with a debugger) is something you rarely do, you may be paid for your work, but I wouldn't call you a pro. You should be debugging alongside development to gain deep understanding and reduce errors. No amount of "test" coverage can replace that. I'm always skeptical about people who don't use IDEs and I'm almost always right about them. And it's not the good kind of being right. |
|