Duelist1234's blog

By Duelist1234, history, 10 months ago, In English

As I understand it debuging is just a tool to better understand your code. I've been doing this for 2 years and I had success , it never seemed like something I really needed , am I wrong?

  • Vote: I like it
  • -9
  • Vote: I do not like it

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

what do you mean by NOT needing debugging? As a human programmer I often makes mistake which require debugging.

»
10 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

No you do not need to know debugging its not useful.

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Definitely yes! For about a year i was using AI for debugging, and im not proud of this. But when i realized, that i have to do it by my own, my skills improved. So i'd say yes! You need to learn how to debug7

»
10 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

you almost will 100% need debugging in the future because of complicated codes and small bugs you might make