Restricting the types of input allowed will greatly improve reliability. As it stands right now, _process() will try to interpret increasingly complex data types with questionable fallbacks in place. Let's keep things as straightforward as we can.
Doing this can allow you to set options without also needing to provide a pronoun string to interpret.
Restricting the types of input allowed will greatly improve reliability. As it stands right now,
_process()
will try to interpret increasingly complex data types with questionable fallbacks in place. Let's keep things as straightforward as we can.Doing this can allow you to set options without also needing to provide a pronoun string to interpret.