Hacker News new | ask | show | jobs
by orn688 957 days ago
I agree with the author that this is a reasonable way to indicate their intent. But I've seen so many accidentally ineffectual code snippets that if I saw this code I'd be inclined to delete it unless there was also a comment expressing its purpose.
1 comments

And a comment on its own would be enough anyway
Yeah, ideally you’d have some kind of static typing to restrict the code to only use Number, and then a comment that says what the function does in case of NaN.
Yeah!

There was a thread the other day about a linter that flagged useless code and all the odd bugs it caught, and I think it would have flagged this snippet, eh?

"Interesting bugs caught by no-constant-binary-expression"

https://news.ycombinator.com/item?id=38196644

https://eslint.org/blog/2022/07/interesting-bugs-caught-by-n...