Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NamingTradition interface #2

Open
BenOvermyer opened this issue Sep 26, 2023 · 0 comments
Open

Add NamingTradition interface #2

BenOvermyer opened this issue Sep 26, 2023 · 0 comments
Assignees
Labels
hacktoberfest An issue prepared for Hacktoberfest

Comments

@BenOvermyer
Copy link
Member

Add a "NamingTradition" interface for handling naming traditions.

It should include the following:

  • The order in which names are given
  • The number and type of names (e.g., given name, birth name, family name, middle name, etc.)
  • Affixes for each name component (e.g., Mc is added to the front of all family names)

Also export a function that takes a NamingTradition, a GeneratorSet, and a type of name and generates a single name fitting that type of name, including all modifiers that the NamingTradition specifies.

@BenOvermyer BenOvermyer added the hacktoberfest An issue prepared for Hacktoberfest label Sep 26, 2023
@BenOvermyer BenOvermyer self-assigned this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest An issue prepared for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant