Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя frank1369blogger

Автор frank1369blogger, история, 4 года назад, По-английски

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.

  • Проголосовать: нравится
  • -9
  • Проголосовать: не нравится

»
4 года назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

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.