Namespace Identifiers (NSIDs) are treated as strings, when they could be made into a hardcast object with validation. Originally, I kept it as strings since there were implementations in the wild that did not map to it, making an object not worth doing without risk of something exploding during normal operation, but now is probably a good time to make it an actual object with validation.
Namespace Identifiers (NSIDs) are treated as strings, when they could be made into a hardcast object with validation. Originally, I kept it as strings since there were implementations in the wild that did not map to it, making an object not worth doing without risk of something exploding during normal operation, but now is probably a good time to make it an actual object with validation.