Y
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
aidos
668 days ago
Fairly sure the linters would catch that (unless you referenced both of them in later code).
link
romwell
667 days ago
>unless you referenced both of them in later code
Generative AI: hold my bear
link
snikch
667 days ago
Sounds dangerous.
link