-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 Faker::Music#mambo_no_5, a Generator for Random First Names that Appear in Lou Bega's Mambo No. 5 #1910
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good, however I think is a bit too small of a generator to include.
I think if this was moved to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from a single comment (and @Zeragamba other comments which needs to be addressed)
I made several changes to the pull request to address notes here. Per Zeragamba's note:
I instead made #mambo_no_5 a method on Faker::Music (I worried mambo may be too ambiguous of a method name). I think the new pull request captures all the notes. Appreciate the reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM apart from a minor change that is required.
Co-authored-by: Sibi Prabakaran <[email protected]>
Thank you! |
No-Story
Description:
This is a unique faker generator for generating first names, where all first names are names mentioned in Lou Bega's 1999 song "Mambo No. 5 (A Little Bit of...)".
It will be used largely for seeding data for first names for test applications.
I'm a coach at a coding bootcamp and always am looking for new weird faker modules to use for seeding data when demonstrating ideas to students. While there are a lot of fun ones that see a lot of use, there are relatively few for first names that don't have to do with TV shows (there are only so many labs you can do where everyone's named Danaerys). For fun and out of appreciation for Lou Bega, I made this PR.