Twitter/X

@lillysharples: Main thing that stood out to me is something I see a lot in code generation too- bury everything in ...

Main thing that stood out to me is something I see a lot in code generation too- bury everything in try/except blocks so no exceptions are ever thrown. It feels like a kid hiding a bad test grade to avoid getting in trouble. I'm guessing this is what happens when you RL too hard on "errors are bad, avoid errors".