You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought about it before. I think it could be an optional dependency, used in some generators. Do you have some sample domains in mind that could benefit?
Jumping in a bit late, but these domains come to mind:
person generation (first|last name, address, phone, email, ...)
barcodes
random text (lorem ipsum based apparently)
real text (very limited though it seems)
colour
date & time
...
For more details check https://github.com/fzaninotto/Faker/blob/master/readme.md
Just to be clear, this is a test project. The idea is to have something fully typed that can be used in any static analysis testing.
It can be used for generating random typed values for sure anywhere else of course.
First of all, thank you for open sourcing such great work.
Do you think it would be a good idea to use Faker for Domain based generators?
The text was updated successfully, but these errors were encountered: