Hacker News new | ask | show | jobs
by alophawen 1551 days ago
As the creator of the function, you should try to adhere to the conventions and not try to break them.
1 comments

I don't disagree, but:

> Some(null) is not a valid result.

It is a valid result. Null pointer and Option::None are still different things, is all.