zlacker

[parent] [thread] 0 comments
1. avhcep+(OP)[view] [source] 2025-05-07 11:23:22
Just yesterday, while I was writing some Python, I had an LLM try to insert try - except logic inside a function, when these exceptions were clearly intended to be handled not inside that function but in the code calling the function, where extensive logic for handling errors was already in place.
[go to top]