Just because you don't look at the code, doesn't mean it doesn't produce subpar code constantly.
Opus 4.7, high effort. Literally 30 minutes ago. There's a `const UNMATCHED_MARKER = "<hardcoded value>"` that we want to remove from a file. Behold (the first version was a full on AST walk for absolutely no reason whatsoever, by the way):
Don't get me started on all the code duplications, utility functions written from scratch in every module that needs them, reading full database just to count number of records...
Just because you don't look at the code, doesn't mean it doesn't produce subpar code constantly.
Opus 4.7, high effort. Literally 30 minutes ago. There's a `const UNMATCHED_MARKER = "<hardcoded value>"` that we want to remove from a file. Behold (the first version was a full on AST walk for absolutely no reason whatsoever, by the way):
Don't get me started on all the code duplications, utility functions written from scratch in every module that needs them, reading full database just to count number of records...