Comment by gspencley
My favourite code smell that LLMs love to introduce is redundant code comments.
// assign "bar" to foo
const foo = "bar";
They love to do that shit. I know you can prompt it not to. But the amount of PRs I'm reviewing these days that have those types of comments is insane.