Faker.Net
Faker.Net copied to clipboard
Names from Senegal West Africa
Thanks for this pull request! I'll review it and merge shortly
Ok i'll be happy. I'm also a contributor in the ruby version. .Net addicted i could not miss this.
Ok, so I've been thinking about this a bit more. How would you feel about something like this:
Faker.Country = Countries.SN
Name.LastName // => Biagui
As opposed to having a different class for each country?
I was looking at how ffaker does it in ruby, and they appear to have taken your approach, which would keep it more consistent. However, doing something like the above would really cut down on the amount of code that is needed.
+1 for that. I was thinking about this issue but didnt find a solution. Sorry for the late answer.