Hacker News new | ask | show | jobs
by sa-code 668 days ago
Unless you're using Python and said variable was meant to be reassigned, but you used a different name instead. E.g. file_name = 1 filename = 2
1 comments

Fairly sure the linters would catch that (unless you referenced both of them in later code).
>unless you referenced both of them in later code

Generative AI: hold my bear

Sounds dangerous.