TakahikoKawasaki/nv-i18n

UNDEFINED enum value should be removed

Opened this issue · 0 comments

The concept of an unknown CurrencyCode or CountryCode is much better represented as Optional.empty() or null.

The documentation would benefit from a mention that these values exist and the motivation for adding them. It will be a surprise to most users of these enumerations that the UNDEFINED value exists.