|
|
|
|
|
by al_borland
640 days ago
|
|
> may not fully get what's happening when a bug occurs. And may still not understand even when you explicitly tell it. It wrote some code for me last week and made an error with an index off by 1. It had set the index to 1, then later was assuming a 0 index. I specifically told it this and it was unable to fix it. It was in debug hell, adding print statements everywhere. I eventually fixed it myself after it was clear it was going to get hung up on this forever. It got me 99% of the way there, but that 1% meant it didn’t work at all. |
|