It is not very short. Apart from spaces, it has the same length as the English localised name.
It is not the same kind of “name” as is used in the method name getName() but rather an identifier/key.
So I suggest renaming the concept to “key”. I have kept the public property Holiday#shortName for BC. This is now deprecated and will be renamed to $key (and made private/protected) in a future major release.
I am not a fan of the term “short name”.
getName()
but rather an identifier/key.So I suggest renaming the concept to “key”. I have kept the public property
Holiday#shortName
for BC. This is now deprecated and will be renamed to $key (and made private/protected) in a future major release.