At least once every 2 years I have to deal with trying to explain why the following set of requirements is a bit of an issue:
1. We want separate first name and last name fields, but no additional fields.
2. We want to be able to sort by last name.
3. We want to go international.
The worst part is: this happens in the Netherlands, where "van" and "de" are common and people should really know better. It is so hard to explain why beyond a simple "full name" field naming conventions are tricky to design and code for.
1. We want separate first name and last name fields, but no additional fields.
2. We want to be able to sort by last name.
3. We want to go international.
The worst part is: this happens in the Netherlands, where "van" and "de" are common and people should really know better. It is so hard to explain why beyond a simple "full name" field naming conventions are tricky to design and code for.