frank1369blogger's blog

By frank1369blogger, history, 4 years ago, In English

It happens a lot to me and for sure to others to write 200 lines of code and then receive a WA. then I say ah **** who is going to debug it... and it takes an hour for me to debug the code. what to you do in these moments? which part of code is more likely to have typo and which parts should I check in order to find the bug quicker? thanks for your helps.

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

| Write comment?
»
4 years ago, # |
  Vote: I like it +1 Vote: I do not like it

If you can't figure out how to debug by yourself yet you're doing problems requiring 200 lines of code, maybe try easier problems and think about shortening your code.