Y
Hacker News
new
|
ask
|
show
|
jobs
by
andolanra
1949 days ago
It's worth noting that a properly-configured linter will give you an unused variable warning here, since you've bound to
NOT_FOUND
but not used it for anything.
1 comments
macintux
1949 days ago
That assumes it isn’t used again later.
link