I wonder if the standard library is completely null-free and – if not – would be interested what reasonable use-cases exist where returning null is preferable to returning some Option instance.
I wonder if the standard library is completely null -free and – if not
Share
NamespaceBinding returns
nullfor the local namespace or in the following case an undefined input.Why it’s using
Stringinstead ofOption[URI], I don’t know.